Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dylan Van Assche
pulseaudio
Commits
38c5cfb7
Commit
38c5cfb7
authored
Sep 18, 2009
by
Colin Guthrie
Browse files
alsa: Give all ports a human name to allow UI tools to present the choice to users.
parent
4fbdd440
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/alsa/alsa-mixer.c
View file @
38c5cfb7
...
@@ -1716,11 +1716,11 @@ static int option_verify(pa_alsa_option *o) {
...
@@ -1716,11 +1716,11 @@ static int option_verify(pa_alsa_option *o) {
{
"input-radio"
,
N_
(
"Radio"
)
},
{
"input-radio"
,
N_
(
"Radio"
)
},
{
"input-video"
,
N_
(
"Video"
)
},
{
"input-video"
,
N_
(
"Video"
)
},
{
"input-agc-on"
,
N_
(
"Automatic Gain Control"
)
},
{
"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-on"
,
N_
(
"Boost"
)
},
{
"input-boost-off"
,
""
},
{
"input-boost-off"
,
N_
(
"No Boost"
)
},
{
"output-amplifier-on"
,
N_
(
"Amplifier"
)
},
{
"output-amplifier-on"
,
N_
(
"Amplifier"
)
},
{
"output-amplifier-off"
,
""
}
{
"output-amplifier-off"
,
N_
(
"No Amplifier"
)
}
};
};
pa_assert
(
o
);
pa_assert
(
o
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment