diff options
author | Valentine Sinitsyn <valentine.sinitsyn@gmail.com> | 2010-10-01 22:24:08 +0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-12-09 13:32:48 -0800 |
commit | f60ed8a28bbfb8e2962468541a1e1c32edae082a (patch) | |
tree | f78e01d6ad71ebb7bd8e3bd2fb6b85868ec33c6e | |
parent | 02610b6c20c5bb5bea507d92f396946809739818 (diff) | |
download | linux-3.10-f60ed8a28bbfb8e2962468541a1e1c32edae082a.tar.gz linux-3.10-f60ed8a28bbfb8e2962468541a1e1c32edae082a.tar.bz2 linux-3.10-f60ed8a28bbfb8e2962468541a1e1c32edae082a.zip |
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>
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 0b22aafd623..0313897f5d1 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), {} }; |