OSDN Git Service

ALSA: hda/realtek - Avoid bogus HP-pin assignment
authorTakashi Iwai <tiwai@suse.de>
Mon, 26 Sep 2011 08:41:21 +0000 (10:41 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 3 Oct 2011 18:41:07 +0000 (11:41 -0700)
commit603a77a2233681fff6db6905a37a7525ef1e5fa5
tree4da4fb32a25ae7a46245dd568ce46b1df8a91ee0
parent906a1b1a9e2538e45e13d111eb7927ab9c54b4b0
ALSA: hda/realtek - Avoid bogus HP-pin assignment

commit 5fe6e0151dbd969f5fbcd94d05c968b76d76952b upstream.

When the headphone pin is assigned as primary output to line_out_pins[],
the automatic HP-pin assignment by ASSID must be suppressed.  Otherwise
a wrong pin might be assigned to the headphone and breaks the auto-mute.

Reference: https://bugzilla.novell.com/show_bug.cgi?id=716104

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/pci/hda/patch_realtek.c