mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
alsa-mixer: Fix the analog-output-speaker-always path
A left over "required-any" made this path useless for most people. While we're at it, also add "Front Headphone" like for the normal speaker path. Tested-by: Colin Guthrie <gmane@colin.guthr.ie> Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
fc2f741f61
commit
299e32b767
1 changed files with 4 additions and 1 deletions
|
|
@ -30,6 +30,10 @@ device.icon_name = audio-speakers
|
|||
state.plugged = no
|
||||
state.unplugged = unknown
|
||||
|
||||
[Jack Front Headphone]
|
||||
state.plugged = no
|
||||
state.unplugged = unknown
|
||||
|
||||
[Element Hardware Master]
|
||||
switch = mute
|
||||
volume = merge
|
||||
|
|
@ -132,7 +136,6 @@ switch = mute
|
|||
volume = merge
|
||||
override-map.1 = lfe
|
||||
override-map.2 = lfe,lfe
|
||||
required-any = any
|
||||
|
||||
[Element CLFE]
|
||||
switch = mute
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue