diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-11-23 01:39:58 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-11-23 01:39:58 -0500 |
commit | d090f5976dfcac4935286676825d64e081335e09 (patch) | |
tree | c20140ce0f3f1b41a3ce403a1fc4b00ba504007f /sound/pci/hda/patch_sigmatel.c | |
parent | 01e0f1378c47947b825eac05c98697ab1be1c86f (diff) |
ALSA: Revert "ALSA: hda - Fix switching between dmic and mic using the same mux on IDT/STAC"
This reverts commit f41cc2a85d52ac6971299922084ac5ac59dc339d.
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>
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index cfd73afad882..5c710807dfe5 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -3491,10 +3491,8 @@ static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec, | |||
3491 | return err; | 3491 | return err; |
3492 | } | 3492 | } |
3493 | 3493 | ||
3494 | if (snd_hda_get_bool_hint(codec, "separate_dmux") != 1) { | 3494 | if (snd_hda_get_bool_hint(codec, "separate_dmux") != 1) |
3495 | snd_hda_add_imux_item(imux, label, index, NULL); | 3495 | snd_hda_add_imux_item(imux, label, index, NULL); |
3496 | spec->num_analog_muxes++; | ||
3497 | } | ||
3498 | } | 3496 | } |
3499 | 3497 | ||
3500 | return 0; | 3498 | return 0; |