[PATCH] ALSA: ac97: correct some Mic mixer elements

Revert the mixer element names of some Mic controls to the state of
2.6.17. This should fix the name mismatch in alsactl.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Cc: Jaroslav Kysela <perex@suse.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Takashi Iwai and committed by Linus Torvalds 7931e2a9 ca72945d

+2 -2
+2 -2
sound/pci/ac97/ac97_codec.c
··· 573 573 }; 574 574 575 575 static const struct snd_kcontrol_new snd_ac97_controls_mic_boost = 576 - AC97_SINGLE("Mic Boost (+20dB) Switch", AC97_MIC, 6, 1, 0); 576 + AC97_SINGLE("Mic Boost (+20dB)", AC97_MIC, 6, 1, 0); 577 577 578 578 579 579 static const char* std_rec_sel[] = {"Mic", "CD", "Video", "Aux", "Line", "Mix", "Mix Mono", "Phone"}; ··· 615 615 AC97_SINGLE("3D Control - Switch", AC97_GENERAL_PURPOSE, 13, 1, 0), 616 616 AC97_SINGLE("Loudness (bass boost)", AC97_GENERAL_PURPOSE, 12, 1, 0), 617 617 AC97_ENUM("Mono Output Select", std_enum[2]), 618 - AC97_ENUM("Mic Select Capture Switch", std_enum[3]), 618 + AC97_ENUM("Mic Select", std_enum[3]), 619 619 AC97_SINGLE("ADC/DAC Loopback", AC97_GENERAL_PURPOSE, 7, 1, 0) 620 620 }; 621 621