mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 18:09:56 +00:00
ALSA: hda - Disable runtime PM for Panther Point again
commitde5d0ad506upstream. This is essentially a partial revert of the commit [b1920c2110: 'ALSA: hda - Enable runtime PM on Panther Point']. There was a bug report showing the HD-audio bus hang during runtime PM on HP Spectre XT. Reported-by: Dang Sananikone <dang.sananikone@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b983991880
commit
aaec23cdaf
@@ -2004,7 +2004,7 @@ static const struct pci_device_id azx_ids[] = {
|
|||||||
.driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH_NOPM },
|
.driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH_NOPM },
|
||||||
/* Panther Point */
|
/* Panther Point */
|
||||||
{ PCI_DEVICE(0x8086, 0x1e20),
|
{ PCI_DEVICE(0x8086, 0x1e20),
|
||||||
.driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
|
.driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH_NOPM },
|
||||||
/* Lynx Point */
|
/* Lynx Point */
|
||||||
{ PCI_DEVICE(0x8086, 0x8c20),
|
{ PCI_DEVICE(0x8086, 0x8c20),
|
||||||
.driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
|
.driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
|
||||||
|
|||||||
Reference in New Issue
Block a user