Commit 764ec5a8 authored by Kai-Heng Feng's avatar Kai-Heng Feng Committed by Greg Kroah-Hartman
Browse files

ALSA: hda: Reinstate runtime_allow() for all hda controllers



[ Upstream commit 9fc149c3 ]

The broken jack detection should be fixed by commit a6e7d0a4 ("ALSA:
hda: fix jack detection with Realtek codecs when in D3"), let's try
enabling runtime PM by default again.

Signed-off-by: default avatarKai-Heng Feng <kai.heng.feng@canonical.com>
Link: https://lore.kernel.org/r/20201027130038.16463-4-kai.heng.feng@canonical.com


Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent a34084ba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2361,6 +2361,7 @@ static int azx_probe_continue(struct azx *chip)

	if (azx_has_pm_runtime(chip)) {
		pm_runtime_use_autosuspend(&pci->dev);
		pm_runtime_allow(&pci->dev);
		pm_runtime_put_autosuspend(&pci->dev);
	}