mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
alsa-mixer: Document "state.plugged" and "state.unplugged"
Put explanation of state.plugged and state.unplugged in analog-output.conf.common. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
12a53524b3
commit
270b1a7d74
1 changed files with 8 additions and 6 deletions
|
|
@ -104,12 +104,14 @@
|
|||
; # channel mask. A channel mask may either be the name of a single channel, or the words "all-left",
|
||||
; # "all-right", "all-center", "all-front", "all-rear", and "all" to encode a specific subset of
|
||||
; # channels in a mask
|
||||
; [Jack ...] # For each jack that we will use for jack detection
|
||||
; # The name 'Jack Foo' must match ALSA's 'Foo Jack' control.
|
||||
; required = ignore | any # If not set to ignore, make the path invalid if this jack control is not present.
|
||||
; required-absent = ignore | any # If not set to ignore, make the path invalid if this jack control is present.
|
||||
; required-any = ignore | any # If not set to ignore, make the path invalid if no jack controls and no elements with
|
||||
; # the required-any are present.
|
||||
; [Jack ...] # For each jack that we will use for jack detection
|
||||
; # The name 'Jack Foo' must match ALSA's 'Foo Jack' control.
|
||||
; required = ignore | any # If not set to ignore, make the path invalid if this jack control is not present.
|
||||
; required-absent = ignore | any # If not set to ignore, make the path invalid if this jack control is present.
|
||||
; required-any = ignore | any # If not set to ignore, make the path invalid if no jack controls and no elements with
|
||||
; # the required-any are present.
|
||||
; state.plugged = yes | no | unknown # Normally a plugged jack would mean the port becomes available, and an unplugged means it's
|
||||
; state.unplugged = yes | no | unknown # unavailable, but the port status can be overridden by specifying state.plugged and/or state.unplugged.
|
||||
|
||||
[Element PCM]
|
||||
switch = mute
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue