Commit d4118588 authored by Valentine Sinitsyn's avatar Valentine Sinitsyn Committed by Takashi Iwai

ALSA: hda - Added fixup for Lenovo Y550P

Signed-off-by: default avatarValentine Sinitsyn <valentine.sinitsyn@gmail.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 4cb36310
...@@ -19246,6 +19246,7 @@ static const struct alc_fixup alc662_fixups[] = { ...@@ -19246,6 +19246,7 @@ static const struct alc_fixup alc662_fixups[] = {
}; };
static struct snd_pci_quirk alc662_fixup_tbl[] = { 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), SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Ideapad Y550", ALC662_FIXUP_IDEAPAD),
{} {}
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment