aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorDavide Libenzi <davidel@xmailserver.org>2005-09-05 11:56:47 +0200
committerJaroslav Kysela <perex@suse.cz>2005-09-12 10:41:27 +0200
commit0ca21611b668eee9ac07bb85825ce30002976550 (patch)
tree9962aa649af81b9b53c1e3b46128778da88948d5 /sound
parent[ALSA] opti93x: optimize a register access (diff)
downloadlinux-dev-0ca21611b668eee9ac07bb85825ce30002976550.tar.xz
linux-dev-0ca21611b668eee9ac07bb85825ce30002976550.zip
[ALSA] hda-codec - Bring the Vaio's RA826G HDA (82801) to life ...
HDA Codec driver Add the subsystem PCI devid to the list (on top of 2.6.13). Signed-off-by: Davide Libenzi <davidel@xmailserver.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_realtek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index eeb900ab79af..1218f1d1bf96 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -1526,6 +1526,7 @@ static struct hda_board_config alc880_cfg_tbl[] = {
/* Back 3 jack, front 2 jack (Internal add Aux-In) */
{ .pci_subvendor = 0x1025, .pci_subdevice = 0xe310, .config = ALC880_3ST },
{ .pci_subvendor = 0x104d, .pci_subdevice = 0x81d6, .config = ALC880_3ST },
+ { .pci_subvendor = 0x104d, .pci_subdevice = 0x81a0, .config = ALC880_3ST },
/* Back 3 jack plus 1 SPDIF out jack, front 2 jack */
{ .modelname = "3stack-digout", .config = ALC880_3ST_DIG },