diff options
author | Seth Heasley <seth.heasley@intel.com> | 2012-01-23 19:24:31 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-02-08 03:29:10 -0500 |
commit | 8bc039a1e15a72da8426b84293723fb7181f0b5e (patch) | |
tree | c9c6b4d7ac3c470c4c0d7c118763b6e4af166b31 /sound/pci/hda/hda_intel.c | |
parent | fc9e5c6f42f4706dfb9f06f369ddd81f38b0a3fa (diff) |
ALSA: hda - Add Lynx Point HD Audio Controller DeviceIDs
This patch adds the HD Audio DeviceIDs for the Intel Lynx Point PCH.
Signed-off-by: Seth Heasley <seth.heasley@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-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 d3bd3e748067..e354c1616541 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -148,6 +148,7 @@ MODULE_SUPPORTED_DEVICE("{{Intel, ICH6}," | |||
148 | "{Intel, PCH}," | 148 | "{Intel, PCH}," |
149 | "{Intel, CPT}," | 149 | "{Intel, CPT}," |
150 | "{Intel, PPT}," | 150 | "{Intel, PPT}," |
151 | "{Intel, LPT}," | ||
151 | "{Intel, PBG}," | 152 | "{Intel, PBG}," |
152 | "{Intel, SCH}," | 153 | "{Intel, SCH}," |
153 | "{ATI, SB450}," | 154 | "{ATI, SB450}," |
@@ -3001,6 +3002,10 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = { | |||
3001 | { PCI_DEVICE(0x8086, 0x1e20), | 3002 | { PCI_DEVICE(0x8086, 0x1e20), |
3002 | .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_SCH_SNOOP | | 3003 | .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_SCH_SNOOP | |
3003 | AZX_DCAPS_BUFSIZE}, | 3004 | AZX_DCAPS_BUFSIZE}, |
3005 | /* Lynx Point */ | ||
3006 | { PCI_DEVICE(0x8086, 0x8c20), | ||
3007 | .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_SCH_SNOOP | | ||
3008 | AZX_DCAPS_BUFSIZE}, | ||
3004 | /* SCH */ | 3009 | /* SCH */ |
3005 | { PCI_DEVICE(0x8086, 0x811b), | 3010 | { PCI_DEVICE(0x8086, 0x811b), |
3006 | .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_SCH_SNOOP | | 3011 | .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_SCH_SNOOP | |