aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnnie Liu <annieliu@viatech.com.cn>2012-06-08 07:18:39 -0400
committerTakashi Iwai <tiwai@suse.de>2012-06-11 06:47:15 -0400
commit754fdff86f956a91834887ad56ea292f5d2fa114 (patch)
tree2f9d22ebf7f3f72c476fb4fe380f5700d2b43236
parent09617ce4774ebf30a55b8451f4b35031f626f763 (diff)
ALSA: hda - add support for HD-Audio of VIA HDMI GFX Cards
This is patch supporting HD-Audio function of VIA GFX cards which support HDMI. Those are integrated graphics of chipsets VX900 and VX11 separately. Signed-off-by: Annie Liu <annieliu@viatech.com.cn> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/pci/hda/hda_intel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 2b6392be451c..d49926e4d19f 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -3338,6 +3338,10 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = {
3338 /* VIA VT8251/VT8237A */ 3338 /* VIA VT8251/VT8237A */
3339 { PCI_DEVICE(0x1106, 0x3288), 3339 { PCI_DEVICE(0x1106, 0x3288),
3340 .driver_data = AZX_DRIVER_VIA | AZX_DCAPS_POSFIX_VIA }, 3340 .driver_data = AZX_DRIVER_VIA | AZX_DCAPS_POSFIX_VIA },
3341 /* VIA GFX VT7122/VX900 */
3342 { PCI_DEVICE(0x1106, 0x9170), .driver_data = AZX_DRIVER_GENERIC },
3343 /* VIA GFX VT6122/VX11 */
3344 { PCI_DEVICE(0x1106, 0x9140), .driver_data = AZX_DRIVER_GENERIC },
3341 /* SIS966 */ 3345 /* SIS966 */
3342 { PCI_DEVICE(0x1039, 0x7502), .driver_data = AZX_DRIVER_SIS }, 3346 { PCI_DEVICE(0x1039, 0x7502), .driver_data = AZX_DRIVER_SIS },
3343 /* ULI M5461 */ 3347 /* ULI M5461 */