aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandra Yates <alexandra.yates@linux.intel.com>2015-11-04 18:56:09 -0500
committerTakashi Iwai <tiwai@suse.de>2015-11-05 05:11:13 -0500
commit5cf92c8b3dc5da59e05dc81bdc069cedf6f38313 (patch)
tree74db30eb2ce3387921a90dd8b649257b01f3ed75
parentc932b98c1e47312822d911c1bb76e81ef50e389c (diff)
ALSA: hda - Add Intel Lewisburg device IDs Audio
Adding Intel codename Lewisburg platform device IDs for audio. [rearranged the position by tiwai] Signed-off-by: Alexandra Yates <alexandra.yates@linux.intel.com> Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/pci/hda/hda_intel.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 61b8b75a3c80..4d2cbe2ca141 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2105,6 +2105,11 @@ static const struct pci_device_id azx_ids[] = {
2105 .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, 2105 .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
2106 { PCI_DEVICE(0x8086, 0x8d21), 2106 { PCI_DEVICE(0x8086, 0x8d21),
2107 .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, 2107 .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
2108 /* Lewisburg */
2109 { PCI_DEVICE(0x8086, 0xa1f0),
2110 .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
2111 { PCI_DEVICE(0x8086, 0xa270),
2112 .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
2108 /* Lynx Point-LP */ 2113 /* Lynx Point-LP */
2109 { PCI_DEVICE(0x8086, 0x9c20), 2114 { PCI_DEVICE(0x8086, 0x9c20),
2110 .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, 2115 .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },