aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_conexant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
index 4c462c3d6462..5616444a8ed7 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -3866,7 +3866,7 @@ static void cx_auto_parse_input(struct hda_codec *codec)
3866 } 3866 }
3867 if (imux->num_items >= 2 && cfg->num_inputs == imux->num_items) 3867 if (imux->num_items >= 2 && cfg->num_inputs == imux->num_items)
3868 cx_auto_check_auto_mic(codec); 3868 cx_auto_check_auto_mic(codec);
3869 if (imux->num_items > 1 && !spec->auto_mic) { 3869 if (imux->num_items > 1) {
3870 for (i = 1; i < imux->num_items; i++) { 3870 for (i = 1; i < imux->num_items; i++) {
3871 if (spec->imux_info[i].adc != spec->imux_info[0].adc) { 3871 if (spec->imux_info[i].adc != spec->imux_info[0].adc) {
3872 spec->adc_switching = 1; 3872 spec->adc_switching = 1;