]> code.delx.au - pulseaudio/commitdiff
alsa: Give all ports a human name to allow UI tools to present the choice to users.
authorColin Guthrie <cguthrie@mandriva.org>
Fri, 18 Sep 2009 08:22:23 +0000 (09:22 +0100)
committerColin Guthrie <cguthrie@mandriva.org>
Fri, 18 Sep 2009 08:22:23 +0000 (09:22 +0100)
src/modules/alsa/alsa-mixer.c

index 8d54d5837f2afa1d064333bf242e5902a50f312e..f3ce681f55124ed9d253f730272ec73f0564be4c 100644 (file)
@@ -1708,11 +1708,11 @@ static int option_verify(pa_alsa_option *o) {
         { "input-radio",               N_("Radio") },
         { "input-video",               N_("Video") },
         { "input-agc-on",              N_("Automatic Gain Control") },
-        { "input-agc-off",             "" },
+        { "input-agc-off",             N_("No Automatic Gain Control") },
         { "input-boost-on",            N_("Boost") },
-        { "input-boost-off",           "" },
+        { "input-boost-off",           N_("No Boost") },
         { "output-amplifier-on",       N_("Amplifier") },
-        { "output-amplifier-off",      "" }
+        { "output-amplifier-off",      N_("No Amplifier") }
     };
 
     pa_assert(o);