mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
Set better priorities on input paths
The priorities should be set in the approximately likeliness that someone would like to use them. This is hard to guess of course, but this is a better guess compared to the existing configuration. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
ed4a4480dc
commit
c862c5caa4
7 changed files with 7 additions and 7 deletions
|
|
@ -19,7 +19,7 @@
|
|||
; See analog-output.conf.common for an explanation on the directives
|
||||
|
||||
[General]
|
||||
priority = 90
|
||||
priority = 80
|
||||
name = analog-input
|
||||
|
||||
[Element Capture]
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
; See analog-output.conf.common for an explanation on the directives
|
||||
|
||||
[General]
|
||||
priority = 80
|
||||
priority = 78
|
||||
name = analog-input-microphone-dock
|
||||
|
||||
[Element Dock Mic Boost]
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
; See analog-output.conf.common for an explanation on the directives
|
||||
|
||||
[General]
|
||||
priority = 90
|
||||
priority = 85
|
||||
name = analog-input-microphone-front
|
||||
|
||||
[Element Front Mic Boost]
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
; See analog-output.conf.common for an explanation on the directives
|
||||
|
||||
[General]
|
||||
priority = 90
|
||||
priority = 81
|
||||
|
||||
[Element Capture]
|
||||
switch = mute
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
; See analog-output.conf.common for an explanation on the directives
|
||||
|
||||
[General]
|
||||
priority = 90
|
||||
priority = 85
|
||||
name = analog-input
|
||||
|
||||
[Element Capture]
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
; See analog-output.conf.common for an explanation on the directives
|
||||
|
||||
[General]
|
||||
priority = 89
|
||||
priority = 87
|
||||
name = analog-input-microphone
|
||||
|
||||
[Element Mic Boost]
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
; See analog-output.conf.common for an explanation on the directives
|
||||
|
||||
[General]
|
||||
priority = 89
|
||||
priority = 82
|
||||
name = analog-input-microphone-rear
|
||||
|
||||
[Element Rear Mic Boost]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue