]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
ALSA: hda/realtek - Fix silent headphone output on MacPro 4,1 (v2)
authorMario Kleiner <mario.kleiner.de@gmail.com>
Mon, 21 Dec 2015 23:45:43 +0000 (00:45 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Jan 2016 05:49:29 +0000 (21:49 -0800)
commit9cb16b5349c47c2ce33d34d57da14a8f071175bf
tree2ac4824f072dcf4a6c303f407243b065d0cdc9ea
parent4b98be841c36660c6d624e1cb8d78b36c08123db
ALSA: hda/realtek - Fix silent headphone output on MacPro 4,1 (v2)

commit 9f660a1c43890c2cdd1f423fd73654e7ca08fe56 upstream.

Without this patch, internal speaker and line-out work,
but front headphone output jack stays silent on the
Mac Pro 4,1.

This code path also gets executed on the MacPro 5,1 due
to identical codec SSID, but i don't know if it has any
positive or adverse effects there or not.

(v2) Implement feedback from Takashi Iwai: Reuse
     alc889_fixup_mbp_vref and just add a new nid
     0x19 for the MacPro 4,1.

Signed-off-by: Mario Kleiner <mario.kleiner.de@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_realtek.c