diff options
author | James Ralston <james.d.ralston@intel.com> | 2013-02-08 20:29:40 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-02-10 05:38:29 -0500 |
commit | 884b088f61b64c22a9a34d4ef960ab9c807d8efd (patch) | |
tree | 99357956c63088b5f57c688355f949d4f736e481 /sound/pci/hda | |
parent | c88d4e84e639df9a9640ecff71de2501a84d1f48 (diff) |
ALSA: hda_intel: Add Device IDs for Intel Wellsburg PCH
This patch adds the HD Audio Device IDs for the Intel Wellsburg PCH
Signed-off-by: James Ralston <james.d.ralston@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda')
-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 b5d5b209babe..1f8ce216edbb 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -3727,6 +3727,11 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = { | |||
3727 | /* Lynx Point */ | 3727 | /* Lynx Point */ |
3728 | { PCI_DEVICE(0x8086, 0x8c20), | 3728 | { PCI_DEVICE(0x8086, 0x8c20), |
3729 | .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, | 3729 | .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, |
3730 | /* Wellsburg */ | ||
3731 | { PCI_DEVICE(0x8086, 0x8d20), | ||
3732 | .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, | ||
3733 | { PCI_DEVICE(0x8086, 0x8d21), | ||
3734 | .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, | ||
3730 | /* Lynx Point-LP */ | 3735 | /* Lynx Point-LP */ |
3731 | { PCI_DEVICE(0x8086, 0x9c20), | 3736 | { PCI_DEVICE(0x8086, 0x9c20), |
3732 | .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, | 3737 | .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, |