ALSA: hda - Fix jack gating when auto_{mute,mic} is suppressed.
authorChih-Chung Chang <chihchung@chromium.org>
Mon, 5 Aug 2013 08:38:42 +0000 (16:38 +0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 5 Aug 2013 09:19:59 +0000 (11:19 +0200)
commitbde7bc6014a0a6f63cff42211ccd9b7129ce2df9
treee351f28d2c775384b0e7657333b2355a7e72627c
parentda96fb5b0185d27faab0746f872d22b0cee7b026
ALSA: hda - Fix jack gating when auto_{mute,mic} is suppressed.

The snd_hda_jack_set_gating_jack() call didn't work when
auto_{mute,mic} is suppressed because (1) am_entry is
not filled with nid of the mic pin. (2) The jacks are not
created (by snd_hda_jack_detect_enable_callback) before the
snd_hda_jack_set_gating_jack call.

Now we use the first input pin nid directly, and create the jack if it
doesn't exist yet.

Signed-off-by: Chih-Chung Chang <chihchung@chromium.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_jack.c
sound/pci/hda/patch_realtek.c