diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-06-03 08:14:47 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-06-03 08:15:18 +0200 |
commit | efd4b76ef789541e7046e873b3546209352cdb59 (patch) | |
tree | 00651414599c34c265ce48072bee23816430f795 /sound/pci/hda/hda_intel.c | |
parent | c8109b573b4b761c548a13bc257ca68efa300b03 (diff) | |
parent | 192a98e280e560510a62aca8cfa83b4ae7c095bb (diff) | |
download | blackbird-obmc-linux-efd4b76ef789541e7046e873b3546209352cdb59.tar.gz blackbird-obmc-linux-efd4b76ef789541e7046e873b3546209352cdb59.zip |
Merge branch 'for-linus' into for-next
Just to catch up a few small fixes for HD-audio and DMA engine.
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index ab0fd6d4961b..cd77b9b19b73 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -1743,6 +1743,9 @@ static const struct pci_device_id azx_ids[] = { /* Lynx Point */ { PCI_DEVICE(0x8086, 0x8c20), .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, + /* 9 Series */ + { PCI_DEVICE(0x8086, 0x8ca0), + .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, /* Wellsburg */ { PCI_DEVICE(0x8086, 0x8d20), .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, |