Merge tag 'mtd/fixes-for-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / sound / soc / codecs / hdac_hda.c
index 49e6f23..390dd6c 100644 (file)
@@ -481,6 +481,9 @@ static int hdac_hda_codec_probe(struct snd_soc_component *component)
                snd_hdac_display_power(hdev->bus,
                                       HDA_CODEC_IDX_CONTROLLER, false);
 
+       /* match for forbid call in snd_hda_codec_device_new() */
+       pm_runtime_allow(&hdev->dev);
+
        /*
         * hdac_device core already sets the state to active and calls
         * get_noresume. So enable runtime and set the device to suspend.