[alsa-devel] [PATCH - Realtek HDA Codec 1/1] Added fixup for Lenovo Y550P
From: Valentine Sinitsyn valentine.sinitsyn@gmail.com
Signed-off-by: Valentine Sinitsyn valentine.sinitsyn@gmail.com
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 3b04087..124d52f 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -19074,6 +19074,7 @@ static const struct alc_fixup alc662_fixups[] = {
static struct snd_pci_quirk alc662_fixup_tbl[] = { SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Ideapad Y550", ALC662_FIXUP_IDEAPAD), + SND_PCI_QUIRK(0x17aa, 0x38af, "Lenovo Ideapad Y550P", ALC662_FIXUP_IDEAPAD), {} };
At Fri, 1 Oct 2010 22:24:08 +0600, valentine.sinitsyn@gmail.com wrote:
From: Valentine Sinitsyn valentine.sinitsyn@gmail.com
Signed-off-by: Valentine Sinitsyn valentine.sinitsyn@gmail.com
Applied now. Thanks.
Takashi
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 3b04087..124d52f 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -19074,6 +19074,7 @@ static const struct alc_fixup alc662_fixups[] = {
static struct snd_pci_quirk alc662_fixup_tbl[] = { SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Ideapad Y550", ALC662_FIXUP_IDEAPAD),
- SND_PCI_QUIRK(0x17aa, 0x38af, "Lenovo Ideapad Y550P", ALC662_FIXUP_IDEAPAD), {}
};
-- 1.7.3.1
participants (2)
-
Takashi Iwai
-
valentine.sinitsyn@gmail.com