]> git.baikalelectronics.ru Git - kernel.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)
commite2179a888a9f6a326fc089ab8d0db28f6c0007c0
tree839106df0cbec337f4d46f3a498b90ccbc1bac9d
parent8bf443e79c6523369a80855965485d6361b077d4
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