]> git.samba.org - sfrench/cifs-2.6.git/commit
ALSA: hda - Fix input pin initialization for STAC/IDT codecs
authorTakashi Iwai <tiwai@suse.de>
Tue, 11 Nov 2008 15:47:24 +0000 (16:47 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 11 Nov 2008 17:00:53 +0000 (18:00 +0100)
commit4f1e6bc3646ab50b8181555ab7e6eeab68b8632a
tree839106df0cbec337f4d46f3a498b90ccbc1bac9d
parent355a0ec471377a8a907b79c8fba3f0f09b44656e
ALSA: hda - Fix input pin initialization for STAC/IDT codecs

The input pins are sometimes not initialized properly because
of the optimization check of the current pinctl code.

Force to initialize the mic input pins so that they can be set up
properly even if they were in a weird state.  But keep other input
pins if already set up as input, since this could be an extra mic
pin.

Reference: Novell bnc#443738
https://bugzilla.novell.com/show_bug.cgi?id=443738

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_sigmatel.c