mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
alsa-mixer: Add "Line Out Jack" to analog-output.conf
A stationary computer usually has headphone jack(s) and line out jacks. In some cases analog-output.conf will be a subset of analog-output-headphones.conf, causing line outs to be unusable (because headphones are unplugged). This late in the cycle, this was the safest way I could think of to try to fix this for a particular computer. In later versions of PulseAudio we could consider making a dedicated line out path instead, and have proper jack detection there. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
0a9a1d7488
commit
ef2810e1be
1 changed files with 8 additions and 0 deletions
|
|
@ -22,6 +22,14 @@
|
|||
[General]
|
||||
priority = 99
|
||||
|
||||
[Jack Line Out]
|
||||
state.plugged = unknown
|
||||
state.unplugged = unknown
|
||||
|
||||
[Jack Line Out Phantom]
|
||||
state.plugged = unknown
|
||||
state.unplugged = unknown
|
||||
|
||||
[Element Hardware Master]
|
||||
switch = mute
|
||||
volume = merge
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue