Skip to content

Commit 07c9983

Browse files
jason77-wangtiwai
authored andcommitted
Revert "ALSA: hda: call runtime_allow() for all hda controllers"
This reverts commit 9a64184 ("ALSA: hda: call runtime_allow() for all hda controllers"). The reverted patch already introduced some regressions on some machines: - on gemini-lake machines, the error of "azx_get_response timeout" happens in the hda driver. - on the machines with alc662 codec, the audio jack detection doesn't work anymore. Fixes: 9a64184 ("ALSA: hda: call runtime_allow() for all hda controllers") BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=208511 Cc: <[email protected]> Signed-off-by: Hui Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 7fe3530 commit 07c9983

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sound/pci/hda/hda_intel.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2352,7 +2352,6 @@ static int azx_probe_continue(struct azx *chip)
23522352

23532353
if (azx_has_pm_runtime(chip)) {
23542354
pm_runtime_use_autosuspend(&pci->dev);
2355-
pm_runtime_allow(&pci->dev);
23562355
pm_runtime_put_autosuspend(&pci->dev);
23572356
}
23582357

0 commit comments

Comments
 (0)