alsa: use default output port names

instead of coming up with pointless aliases, reuse the already established
names, for second headphones, and second speakers.
This commit is contained in:
Lennart Poettering 2010-02-16 00:59:24 +01:00
parent dfa00bf8f8
commit abfd2aa0e7
5 changed files with 5 additions and 3 deletions

View file

@ -1783,9 +1783,7 @@ static int path_verify(pa_alsa_path *p) {
{ "analog-output-headphones", N_("Analog Headphones") },
{ "analog-output-lfe-on-mono", N_("Analog Output (LFE)") },
{ "analog-output-mono", N_("Analog Mono Output") },
{ "analog-output-headphones-2", N_("Analog Headphones 2") },
{ "analog-output-speaker", N_("Analog Speakers") }
{ "analog-output-desktop-speaker", N_("Analog Speakers 2") }
};
pa_alsa_element *e;