projects
/
GitHub
/
LineageOS
/
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:
4cb3631
)
ALSA: hda - Added fixup for Lenovo Y550P
author
Valentine Sinitsyn
<valentine.sinitsyn@gmail.com>
Fri, 1 Oct 2010 16:24:08 +0000
(22:24 +0600)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 4 Oct 2010 06:42:24 +0000
(08:42 +0200)
Signed-off-by: Valentine Sinitsyn <valentine.sinitsyn@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index f6427cc12a286d48c6e4df13a4b857ebc764709f..b4e0959b1f9fc4336c00f3c6ab71d4508acabffe 100644
(file)
--- a/
sound/pci/hda/patch_realtek.c
+++ b/
sound/pci/hda/patch_realtek.c
@@
-19246,6
+19246,7
@@
static const struct alc_fixup alc662_fixups[] = {
};
static struct snd_pci_quirk alc662_fixup_tbl[] = {
+ SND_PCI_QUIRK(0x17aa, 0x38af, "Lenovo Ideapad Y550P", ALC662_FIXUP_IDEAPAD),
SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Ideapad Y550", ALC662_FIXUP_IDEAPAD),
{}
};