Skip to content

Commit

Permalink
ALSA: Revert "ALSA: hda - Fix switching between dmic and mic using th…
Browse files Browse the repository at this point in the history
…e same mux on IDT/STAC"

This reverts commit f41cc2a.

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>
  • Loading branch information
Takashi Iwai committed Nov 23, 2010
1 parent 01e0f13 commit d090f59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d090f59

Please sign in to comment.