mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -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
0c836aacd8
commit
307bd142fe
5 changed files with 5 additions and 3 deletions
|
|
@ -19,7 +19,8 @@
|
|||
; See analog-output.conf.common for an explanation on the directives
|
||||
|
||||
[General]
|
||||
priority = 100
|
||||
priority = 101
|
||||
name = analog-output-speaker
|
||||
|
||||
[Element Hardware Master]
|
||||
switch = mute
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
[General]
|
||||
priority = 89
|
||||
name = analog-output-headphones
|
||||
|
||||
[Element Hardware Master]
|
||||
switch = mute
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
[General]
|
||||
priority = 90
|
||||
name = analog-output-headphones
|
||||
|
||||
[Element Hardware Master]
|
||||
switch = mute
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
[General]
|
||||
priority = 100
|
||||
name = analog-output-speaker
|
||||
|
||||
[Element Hardware Master]
|
||||
switch = mute
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue