diff options
| -rw-r--r-- | sound/pci/hda/hda_intel.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index bb9179e4679..4cea6bb6fad 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -3756,7 +3756,7 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = {  	  .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_INTEL_PCH },  	/* 5 Series/3400 */  	{ PCI_DEVICE(0x8086, 0x3b56), -	  .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_INTEL_PCH }, +	  .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_INTEL_PCH_NOPM },  	/* Poulsbo */  	{ PCI_DEVICE(0x8086, 0x811b),  	  .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_INTEL_PCH_NOPM },  |