mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-24 21:24:00 +08:00
ALSA: hda - Fix switching between dmic and mic using the same mux on IDT/STAC
Fix bug in switching between dmic and mic when both use the same mux. Signed-off-by: Vitaliy Kulikov <Vitaliy.Kulikov@idt.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
fec88dea9d
commit
f41cc2a85d
@ -3481,8 +3481,10 @@ static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
|
|||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (snd_hda_get_bool_hint(codec, "separate_dmux") != 1)
|
if (snd_hda_get_bool_hint(codec, "separate_dmux") != 1) {
|
||||||
snd_hda_add_imux_item(imux, label, index, NULL);
|
snd_hda_add_imux_item(imux, label, index, NULL);
|
||||||
|
spec->num_analog_muxes++;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user