ALSA: emu10k1: rename Audigy Analog Capture Boost control
authorMaciej S. Szmigiero <mail@maciej.szmigiero.name>
Tue, 7 Jul 2015 19:54:02 +0000 (21:54 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 8 Jul 2015 07:40:44 +0000 (09:40 +0200)
Audigy has "Analog Capture Boost" mixer control,
however now this only controls mic level, not
other analog sources.

It applies also both to playback and capture,
so rename it to something more descriptive.

Signed-off-by: Maciej Szmigiero <mail@maciej.szmigiero.name>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/emu10k1/emumixer.c

index 567b5cb2475389afc9f9a549d89a39b096eec525..076b117009c58bf13a6a5b2a363f6c2c3b695fc4 100644 (file)
@@ -1741,7 +1741,7 @@ static int snd_audigy_capture_boost_put(struct snd_kcontrol *kcontrol,
 static struct snd_kcontrol_new snd_audigy_capture_boost =
 {
        .iface =        SNDRV_CTL_ELEM_IFACE_MIXER,
-       .name =         "Analog Capture Boost",
+       .name =         "Mic Extra Boost",
        .info =         snd_audigy_capture_boost_info,
        .get =          snd_audigy_capture_boost_get,
        .put =          snd_audigy_capture_boost_put