summaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorTakashi Iwai2007-06-14 12:58:23 +0200
committerJaroslav Kysela2007-07-20 11:11:28 +0200
commita18519e1e4783628182743e6cca5f9dfa6a9e3bd (patch)
treedcbf5b47fc3de9b22880adcfe74af44dc7e3685d /sound/pci
parent[ALSA] hda-codec - Add HP Pavillion quirk to Realtek code (diff)
downloadkernel-qcow2-linux-a18519e1e4783628182743e6cca5f9dfa6a9e3bd.tar.gz
kernel-qcow2-linux-a18519e1e4783628182743e6cca5f9dfa6a9e3bd.tar.xz
kernel-qcow2-linux-a18519e1e4783628182743e6cca5f9dfa6a9e3bd.zip
[ALSA] hda-codec - Add model for Toshiba A135
Added model=lenovo for Toshiba A135 with ALC861VD codec. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci')
-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 1950875b694c..d2cadb2038da 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10006,6 +10006,7 @@ static struct snd_pci_quirk alc861vd_cfg_tbl[] = {
SND_PCI_QUIRK(0x1179, 0xff01, "DALLAS", ALC861VD_DALLAS),
SND_PCI_QUIRK(0x17aa, 0x3802, "Lenovo 3000 C200", ALC861VD_LENOVO),
SND_PCI_QUIRK(0x17aa, 0x2066, "Lenovo", ALC861VD_LENOVO),
+ SND_PCI_QUIRK(0x1179, 0xff00, "Toshiba A135", ALC861VD_LENOVO),
{}
};