summaryrefslogtreecommitdiff
path: root/sound/pci
diff options
context:
space:
mode:
authorValentine Sinitsyn <valentine.sinitsyn@gmail.com>2010-10-01 16:24:08 (GMT)
committerTakashi Iwai <tiwai@suse.de>2010-10-04 06:42:24 (GMT)
commitd41185882b828896ccecac319c9f65f708baaf0d (patch)
tree960ad90f97cb3cc52724bd13800e7b3e83a76aaf /sound/pci
parent4cb36310848fd17766aa72afd1f2873f54b4e055 (diff)
downloadlinux-fsl-qoriq-d41185882b828896ccecac319c9f65f708baaf0d.tar.xz
ALSA: hda - Added fixup for Lenovo Y550P
Signed-off-by: Valentine Sinitsyn <valentine.sinitsyn@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-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 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),
{}
};