Skip to content

Commit 9fc149c

Browse files
Kai-Heng Fengtiwai
authored andcommitted
ALSA: hda: Reinstate runtime_allow() for all hda controllers
The broken jack detection should be fixed by commit a6e7d0a ("ALSA: hda: fix jack detection with Realtek codecs when in D3"), let's try enabling runtime PM by default again. Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com> Link: https://lore.kernel.org/r/20201027130038.16463-4-kai.heng.feng@canonical.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent f5dac54 commit 9fc149c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/pci/hda/hda_intel.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2362,6 +2362,7 @@ static int azx_probe_continue(struct azx *chip)
23622362

23632363
if (azx_has_pm_runtime(chip)) {
23642364
pm_runtime_use_autosuspend(&pci->dev);
2365+
pm_runtime_allow(&pci->dev);
23652366
pm_runtime_put_autosuspend(&pci->dev);
23662367
}
23672368

0 commit comments

Comments
 (0)