]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix silent output on MacBook Air 1,1
authorAdrien Vergé <adrienverge@gmail.com>
Fri, 24 Jan 2014 19:56:14 +0000 (14:56 -0500)
committerTakashi Iwai <tiwai@suse.de>
Sat, 25 Jan 2014 08:17:34 +0000 (09:17 +0100)
commit05aedb0c26558f12a249ebc1045f055051235bf9
tree959cf966b809458adcbd0145c16eb718d097a416
parent3e95e28cd5aa771eb449043a49188909bf7f0cba
ALSA: hda - Fix silent output on MacBook Air 1,1

Similarly to other Apple products, MBA 1,1 needs a specific quirk.
Pin 0x18 must be set to VREF_50 to have sound output.  This was no
longer done since commit 3dcfb00, resulting in a mute built-in speaker.

This patch corrects the regression by creating a fixup for the MBA 1,1.

Fixes: 3dcfb003b92b ("ALSA: hda/realtek - Remove the last static quirks for ALC882")
Cc: <stable@vger.kernel.org> [v3.4+]
Tested-by: Adrien Vergé <adrienverge@gmail.com>
Signed-off-by: Adrien Vergé <adrienverge@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c