Skip to content

Commit 7675535

Browse files
committed
ALSA: hda/conexant - Enable ADC-switching for auto-mic mode, too
The ADC-switching can work also in the auto-mic mode, too. Signed-off-by: Takashi Iwai <[email protected]>
1 parent 1f015f5 commit 7675535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/pci/hda/patch_conexant.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3866,7 +3866,7 @@ static void cx_auto_parse_input(struct hda_codec *codec)
38663866
}
38673867
if (imux->num_items >= 2 && cfg->num_inputs == imux->num_items)
38683868
cx_auto_check_auto_mic(codec);
3869-
if (imux->num_items > 1 && !spec->auto_mic) {
3869+
if (imux->num_items > 1) {
38703870
for (i = 1; i < imux->num_items; i++) {
38713871
if (spec->imux_info[i].adc != spec->imux_info[0].adc) {
38723872
spec->adc_switching = 1;

0 commit comments

Comments
 (0)