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:
David Henningsson 2012-07-02 12:17:30 +02:00
parent 12a53524b3
commit 270b1a7d74

View file

@ -104,12 +104,14 @@
; # channel mask. A channel mask may either be the name of a single channel, or the words "all-left", ; # 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 ; # "all-right", "all-center", "all-front", "all-rear", and "all" to encode a specific subset of
; # channels in a mask ; # channels in a mask
; [Jack ...] # For each jack that we will use for jack detection ; [Jack ...] # For each jack that we will use for jack detection
; # The name 'Jack Foo' must match ALSA's 'Foo Jack' control. ; # 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 = 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-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 ; 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. ; # 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] [Element PCM]
switch = mute switch = mute