diff options
author | Alexandra Yates <alexandra.yates@linux.intel.com> | 2015-11-04 15:56:09 -0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-11-05 11:11:13 +0100 |
commit | 5cf92c8b3dc5da59e05dc81bdc069cedf6f38313 (patch) | |
tree | 74db30eb2ce3387921a90dd8b649257b01f3ed75 /sound | |
parent | c932b98c1e47312822d911c1bb76e81ef50e389c (diff) | |
download | op-kernel-dev-5cf92c8b3dc5da59e05dc81bdc069cedf6f38313.zip op-kernel-dev-5cf92c8b3dc5da59e05dc81bdc069cedf6f38313.tar.gz |
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 61b8b75a..4d2cbe2 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[] = { .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, { PCI_DEVICE(0x8086, 0x8d21), .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, + /* Lewisburg */ + { PCI_DEVICE(0x8086, 0xa1f0), + .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, + { PCI_DEVICE(0x8086, 0xa270), + .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, /* Lynx Point-LP */ { PCI_DEVICE(0x8086, 0x9c20), .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, |