dect
/
linux-2.6
Archived
13
0
Fork 0

ALSA: Revert "ALSA: hda - Fix switching between dmic and mic using the same mux on IDT/STAC"

This reverts commit f41cc2a85d.

The patch broke the digital mic pin handling wrongly.
Reference: bko#23162
	https://bugzilla.kernel.org/show_bug.cgi?id=23162

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2010-11-23 07:39:58 +01:00
parent 01e0f1378c
commit d090f5976d
1 changed files with 1 additions and 3 deletions

View File

@ -3491,10 +3491,8 @@ static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
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);
spec->num_analog_muxes++;
}
}
return 0;