commit | 0169b6b33b2b4d9e66e98afc56272e5fbd350df4 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Jun 22 10:50:19 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jun 22 11:06:05 2009 +0200 |
tree | 6546cd6de863ff09b4b1ca0cbb8ef8bd40981332 | |
parent | 376b508ffde3b17e105265f89b83bdb044b1c1ae [diff] |
ALSA: hda - Fix check of input source type for realtek codecs Fix the check of the input-source type by checking the widget type of each capture-source item. Since some codecs can have both the mixer and selector types depending on the ADC, alc_mux_enum_put() needs to check each widget. With this change, spec->capture_style gets unneeded, so it's removed, too. Signed-off-by: Takashi Iwai <tiwai@suse.de>