]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - sound/pci/hda/patch_realtek.c
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)
commite7729a415315fcd9516912050d85d5aaebcededc
tree959cf966b809458adcbd0145c16eb718d097a416
parentdeb6596f163b7340ff8f5a7c23e25317e165c669
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 1a97b7f, resulting in a mute built-in speaker.

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

Fixes: 1a97b7f22774 ("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