/[packages]/cauldron/kernel/current/PATCHES/patches/sound-pci-hda-hda_intel-Add-Device-IDs-for-Intel-Wellsburg-PCH.patch
ViewVC logotype

Contents of /cauldron/kernel/current/PATCHES/patches/sound-pci-hda-hda_intel-Add-Device-IDs-for-Intel-Wellsburg-PCH.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 397492 - (show annotations) (download)
Sat Feb 9 02:11:05 2013 UTC (11 years, 2 months ago) by tmb
File size: 1042 byte(s)
add Intel Wellsburg PCH support to ahci, ata_piix, i2c, lpc, sound
1 From: James Ralston <james.d.ralston@intel.com>
2 Subject: [PATCH 2/5] hda_intel: Add Device IDs for Intel Wellsburg PCH
3 Date: Fri, 8 Feb 2013 17:29:40 -0800
4 This patch adds the HD Audio Device IDs for the Intel Wellsburg PCH
5
6 Signed-off-by: James Ralston <james.d.ralston@intel.com>
7 ---
8 sound/pci/hda/hda_intel.c | 5 +++++
9 1 files changed, 5 insertions(+), 0 deletions(-)
10
11 diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
12 index c78286f..3218f4a 100644
13 --- a/sound/pci/hda/hda_intel.c
14 +++ b/sound/pci/hda/hda_intel.c
15 @@ -3611,6 +3611,11 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = {
16 /* Lynx Point */
17 { PCI_DEVICE(0x8086, 0x8c20),
18 .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
19 + /* Wellsburg */
20 + { PCI_DEVICE(0x8086, 0x8d20),
21 + .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
22 + { PCI_DEVICE(0x8086, 0x8d21),
23 + .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
24 /* Lynx Point-LP */
25 { PCI_DEVICE(0x8086, 0x9c20),
26 .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
27 --
28 1.7.7.6
29

  ViewVC Help
Powered by ViewVC 1.1.30