projects
/
wrapfs-4.14.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efa1f7c
)
ALSA: hda - Add Sony VAIO quirk for ALC269
author
David Henningsson
<david.henningsson@canonical.com>
Mon, 23 Aug 2010 06:14:35 +0000
(08:14 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 20 Sep 2010 20:36:06 +0000
(13:36 -0700)
commit
dbbcbc073ad3132bfbc410b11546b2fb4bdf2568
upstream.
The attached patch enables playback on a Sony VAIO machine.
BugLink:
http://launchpad.net/bugs/618271
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index 6d9a5424c2654ee5e76d8f018be21e1b809073b8..d84daae2602ce66f6cc0e2001a8af83347719105 100644
(file)
--- a/
sound/pci/hda/patch_realtek.c
+++ b/
sound/pci/hda/patch_realtek.c
@@
-14244,6
+14244,7
@@
static const struct alc_fixup alc269_fixups[] = {
static struct snd_pci_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x104d, 0x9071, "Sony VAIO", ALC269_FIXUP_SONY_VAIO),
+ SND_PCI_QUIRK(0x104d, 0x9077, "Sony VAIO", ALC269_FIXUP_SONY_VAIO),
{}
};