aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTobin Davis <tdavis@dsl-only.net>2006-11-20 12:02:56 +0100
committerJaroslav Kysela <perex@suse.cz>2007-02-09 09:01:36 +0100
commit761ccb24b4cad211295a5abe231f418ad97aac04 (patch)
tree4a696532921f66e05e678c6bb1f8802be328ff31 /sound
parent[ALSA] hda-codec - Add model for ASUS W3j laptop (diff)
downloadlinux-dev-761ccb24b4cad211295a5abe231f418ad97aac04.tar.xz
linux-dev-761ccb24b4cad211295a5abe231f418ad97aac04.zip
[ALSA] hda-codec - Add support for Evesham Voyager C530RD laptops
This patch adds support for the Evesham Voyager C530RD series laptops. So far, only playback has been tested, but microphone should also work. Signed-off-by: Tobin Davis <tdavis@dsl-only.net> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_realtek.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 02ee6565b6e9..aeb408cbe1ef 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -5480,6 +5480,8 @@ static struct hda_board_config alc883_cfg_tbl[] = {
{ .pci_subvendor = 0x161f, .pci_subdevice = 0x2054,
.modelname = "medion", .config = ALC883_MEDION },
{ .modelname = "laptop-eapd", .config = ALC883_LAPTOP_EAPD },
+ { .pci_subvendor = 0x1071, .pci_subdevice = 0x8258,
+ .config = ALC883_LAPTOP_EAPD }, /* Evesham Voyager C530RD */
{ .pci_subvendor = 0x1558, .pci_subdevice = 0,
.config = ALC883_LAPTOP_EAPD }, /* Clevo */
{ .modelname = "auto", .config = ALC883_AUTO },