diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-09-17 19:44:20 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-09-17 19:44:20 +0400 |
commit | a1984f49996aa1553c7dbf5e1abb785a6d378bd4 (patch) | |
tree | 14bb25e6cdd5bb74dfa54d5dcdc13cc89f4a3c05 /sound/pci/hda/hda_intel.c | |
parent | 901d46d5a8eb821b03ca9e8cf005beb0c92f31ea (diff) | |
parent | 145a902bfeb1f89a41165bd2d1e633ce070bcb73 (diff) | |
download | linux-a1984f49996aa1553c7dbf5e1abb785a6d378bd4.tar.xz |
Merge branch 'fix/hda' into for-linus
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 1053fff4bd0a..34940a079051 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -126,6 +126,7 @@ MODULE_SUPPORTED_DEVICE("{{Intel, ICH6}," "{Intel, ICH10}," "{Intel, PCH}," "{Intel, CPT}," + "{Intel, PBG}," "{Intel, SCH}," "{ATI, SB450}," "{ATI, SB600}," @@ -2749,6 +2750,8 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = { { PCI_DEVICE(0x8086, 0x3b57), .driver_data = AZX_DRIVER_ICH }, /* CPT */ { PCI_DEVICE(0x8086, 0x1c20), .driver_data = AZX_DRIVER_PCH }, + /* PBG */ + { PCI_DEVICE(0x8086, 0x1d20), .driver_data = AZX_DRIVER_PCH }, /* SCH */ { PCI_DEVICE(0x8086, 0x811b), .driver_data = AZX_DRIVER_SCH }, /* ATI SB 450/600 */ |