mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
alsa-mixer: swap lineout and headphone priorities
Headphones should have higher priority than lineout. Many people have speakers always connected to lineout, and when plugging in headphones, the audio should move to the headphones, which requires headphones to have higher priority than lineout. Previously this was handled by marking lineout unavailable when plugging in headphones, but we don't do that any more.
This commit is contained in:
parent
78dfb8043b
commit
3e80e0f777
3 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@
|
|||
; See analog-output.conf.common for an explanation on the directives
|
||||
|
||||
[General]
|
||||
priority = 89
|
||||
priority = 98
|
||||
description-key = analog-output-headphones
|
||||
|
||||
[Properties]
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
; See analog-output.conf.common for an explanation on the directives
|
||||
|
||||
[General]
|
||||
priority = 90
|
||||
priority = 99
|
||||
description-key = analog-output-headphones
|
||||
|
||||
[Properties]
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
[General]
|
||||
priority = 99
|
||||
priority = 90
|
||||
description-key = analog-output-lineout
|
||||
|
||||
[Jack Line Out]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue