diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-07-30 22:30:29 +0200 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2015-12-22 13:46:07 +0900 |
commit | bd365fbf3716dcae1344e58459e9a0e2c9ed4fd5 (patch) | |
tree | e4e79099cd59643af990c6fb9977821fe0859d59 /sound | |
parent | d97f062dc9c6c6e8ce4e27a590d4ae2760837706 (diff) | |
download | linux-3.10-artik-bd365fbf3716dcae1344e58459e9a0e2c9ed4fd5.tar.gz linux-3.10-artik-bd365fbf3716dcae1344e58459e9a0e2c9ed4fd5.tar.bz2 linux-3.10-artik-bd365fbf3716dcae1344e58459e9a0e2c9ed4fd5.zip |
ALSA: hda - Fix MacBook Pro 5,2 quirk
commit 649ccd08534ee26deb2e5b08509800d0e95167f5 upstream.
MacBook Pro 5,2 with ALC889 codec had already a fixup entry, but this
seems not working correctly, a fix for pin NID 0x15 is needed in
addition. It's equivalent with the fixup for MacBook Air 1,1, so use
this instead.
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=102131
Reported-and-tested-by: Jeffery Miller <jefferym@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index a82d6576fe0..d30252e7f3e 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -2204,7 +2204,7 @@ static const struct snd_pci_quirk alc882_fixup_tbl[] = { SND_PCI_QUIRK(0x106b, 0x4300, "iMac 9,1", ALC889_FIXUP_IMAC91_VREF), SND_PCI_QUIRK(0x106b, 0x4600, "MacbookPro 5,2", ALC889_FIXUP_IMAC91_VREF), SND_PCI_QUIRK(0x106b, 0x4900, "iMac 9,1 Aluminum", ALC889_FIXUP_IMAC91_VREF), - SND_PCI_QUIRK(0x106b, 0x4a00, "Macbook 5,2", ALC889_FIXUP_IMAC91_VREF), + SND_PCI_QUIRK(0x106b, 0x4a00, "Macbook 5,2", ALC889_FIXUP_MBA11_VREF), SND_PCI_QUIRK(0x1071, 0x8258, "Evesham Voyaeger", ALC882_FIXUP_EAPD), SND_PCI_QUIRK(0x1462, 0x7350, "MSI-7350", ALC889_FIXUP_CD), |