From: Valentine Sinitsyn Date: Fri, 1 Oct 2010 16:24:08 +0000 (+0600) Subject: ALSA: hda - Added fixup for Lenovo Y550P X-Git-Tag: 2.1b_release~6207^2~35^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d41185882b828896ccecac319c9f65f708baaf0d;p=platform%2Fkernel%2Fkernel-mfld-blackbay.git ALSA: hda - Added fixup for Lenovo Y550P Signed-off-by: Valentine Sinitsyn Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index f6427cc..b4e0959 100644 --- 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), {} };