diff options
Diffstat (limited to 'kernel/sound/pci/hda/dell_wmi_helper.c')
-rw-r--r-- | kernel/sound/pci/hda/dell_wmi_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sound/pci/hda/dell_wmi_helper.c b/kernel/sound/pci/hda/dell_wmi_helper.c index 9c22f9583..19d41da79 100644 --- a/kernel/sound/pci/hda/dell_wmi_helper.c +++ b/kernel/sound/pci/hda/dell_wmi_helper.c @@ -49,7 +49,7 @@ static void alc_fixup_dell_wmi(struct hda_codec *codec, removefunc = true; if (dell_led_set_func(DELL_LED_MICMUTE, false) >= 0) { dell_led_value = 0; - if (spec->gen.num_adc_nids > 1) + if (spec->gen.num_adc_nids > 1 && !spec->gen.dyn_adc_switch) codec_dbg(codec, "Skipping micmute LED control due to several ADCs"); else { dell_old_cap_hook = spec->gen.cap_sync_hook; |