summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorValentine Sinitsyn <valentine.sinitsyn@gmail.com>2010-10-01 22:24:08 +0600
committerGreg Kroah-Hartman <gregkh@suse.de>2010-12-09 13:32:48 -0800
commitf60ed8a28bbfb8e2962468541a1e1c32edae082a (patch)
treef78e01d6ad71ebb7bd8e3bd2fb6b85868ec33c6e /sound
parent02610b6c20c5bb5bea507d92f396946809739818 (diff)
ALSA: hda - Added fixup for Lenovo Y550P
commit d41185882b828896ccecac319c9f65f708baaf0d upstream. Signed-off-by: Valentine Sinitsyn <valentine.sinitsyn@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'sound')
-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 0b22aafd6235..0313897f5d12 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -18948,6 +18948,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),
{}
};