mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
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:
parent
dfa00bf8f8
commit
abfd2aa0e7
5 changed files with 5 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue