mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-21 06:59:59 -05:00
alsa-mixer: Add "Line Out" path
If there is a "Line Out" jack present, then add this path. The fallback analog-output will be a subset of this path and removed. I only use the "Line Out Jack" or "Line Out Front Jack" for actual jack detection - without anything connected to the front jack, it makes little sense to enable the port. (Another option could perhaps be to use different paths for stereo line out and surround line outs, but that could be a possible future improvement.)
This commit is contained in:
parent
22aac4e9fd
commit
ecf3ab2b57
6 changed files with 176 additions and 28 deletions
|
|
@ -1229,6 +1229,7 @@ dist_alsapaths_DATA = \
|
|||
modules/alsa/mixer/paths/analog-output-desktop-speaker.conf \
|
||||
modules/alsa/mixer/paths/analog-output-headphones.conf \
|
||||
modules/alsa/mixer/paths/analog-output-headphones-2.conf \
|
||||
modules/alsa/mixer/paths/analog-output-lineout.conf \
|
||||
modules/alsa/mixer/paths/analog-output-mono.conf \
|
||||
modules/alsa/mixer/paths/iec958-stereo-output.conf \
|
||||
modules/alsa/mixer/paths/hdmi-output-0.conf \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue