projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
592a82e
)
[ALSA] hda-codec - Add Sony VGC-LA1 to patch_sigmatel.c
author
Tobin Davis
<tdavis@dsl-only.net>
Mon, 12 Mar 2007 10:36:39 +0000
(11:36 +0100)
committer
Jaroslav Kysela
<perex@suse.cz>
Fri, 11 May 2007 14:55:47 +0000
(16:55 +0200)
This patch adds the Sony Vaio VGC-LA1 to the stac9872_cfg_tbl.
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>
sound/pci/hda/patch_sigmatel.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_sigmatel.c
b/sound/pci/hda/patch_sigmatel.c
index c94291bc53677c36c62c0109bd0537cee79b40cb..fef56ef79d73a226b74c15414d4b70c4b6291fa3 100644
(file)
--- a/
sound/pci/hda/patch_sigmatel.c
+++ b/
sound/pci/hda/patch_sigmatel.c
@@
-2294,6
+2294,7
@@
static struct snd_pci_quirk stac9872_cfg_tbl[] = {
SND_PCI_QUIRK(0x104d, 0x81e6, "Sony VAIO F/S", CXD9872RD_VAIO),
SND_PCI_QUIRK(0x104d, 0x81ef, "Sony VAIO F/S", CXD9872RD_VAIO),
SND_PCI_QUIRK(0x104d, 0x81fd, "Sony VAIO AR", CXD9872AKD_VAIO),
+ SND_PCI_QUIRK(0x104d, 0x8205, "Sony VAIO AR", CXD9872AKD_VAIO),
{}
};