From: James Ralston Date: Sat, 9 Feb 2013 01:29:40 +0000 (-0800) Subject: ALSA: hda_intel: Add Device IDs for Intel Wellsburg PCH X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=884b088f61b64c22a9a34d4ef960ab9c807d8efd;p=linux-beck.git 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 Signed-off-by: Takashi Iwai --- 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) = { /* Lynx Point */ { PCI_DEVICE(0x8086, 0x8c20), .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, + /* Wellsburg */ + { PCI_DEVICE(0x8086, 0x8d20), + .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, + { PCI_DEVICE(0x8086, 0x8d21), + .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 },