ALSA: hda - Exclude unusable ADCs for ALC88x
authorTakashi Iwai <tiwai@suse.de>
Tue, 8 Dec 2009 11:52:47 +0000 (12:52 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 8 Dec 2009 11:52:47 +0000 (12:52 +0100)
commitd11f74c62fb4a1fefd39085570fb6dfa7b9ab2bb
treecbedcef6ffb162f9b8e054a983b20ad80f3ca5cd
parent23033b2bce4361f2859ee0331f97c9056dae7091
ALSA: hda - Exclude unusable ADCs for ALC88x

On Realtek codecs, a digital mic pin is connected often only to a single
ADC.  But the parser tries to set up all ADCs no matter whether the
digital mic is available, and results in non-selectable input source.

This patch adds a check of input-source availability of each ADC, and
excludes ones that don't support all input sources.

Reference: Novell bnc#561235
http://bugzilla.novell.com/show_bug.cgi?id=561235

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