mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
ucm: docs - add JackCTL, rearrange JackControl and JackDev
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
2a286ca9a8
commit
a0fc4447bb
1 changed files with 14 additions and 8 deletions
|
|
@ -338,14 +338,20 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr,
|
|||
* - Valid values: "soft" (software attenuation)
|
||||
* - EDIDFile
|
||||
* - Path to EDID file for HDMI devices
|
||||
* - JackControl, JackDev
|
||||
* - Jack information for a device. The jack status can be reported via
|
||||
* a kcontrol and/or via an input device. **JackControl** is the
|
||||
* kcontrol name of the jack, and **JackDev** is the input device id of
|
||||
* the jack (if the full input device path is /dev/input/by-id/foo, the
|
||||
* JackDev value should be "foo"). UCM configuration files should
|
||||
* contain both JackControl and JackDev when possible, because
|
||||
* applications are likely to support only one or the other.
|
||||
* - JackCTL
|
||||
* - jack control device name
|
||||
* - JackControl
|
||||
* - jack control identificator
|
||||
* - can be parsed using snd_use_case_parse_ctl_elem_id()
|
||||
* - UCM configuration files should contain both JackControl and JackDev
|
||||
* when possible, because applications are likely to support only one
|
||||
* or the other
|
||||
* - JackDev
|
||||
* - the input device id of the jack (if the full input device path is
|
||||
* /dev/input/by-id/foo, the JackDev value should be "foo")
|
||||
* - UCM configuration files should contain both JackControl and JackDev
|
||||
* when possible, because applications are likely to support only one
|
||||
* or the other
|
||||
* - JackHWMute
|
||||
* If this value is set, it indicates that when the jack is plugged
|
||||
* in, the hardware automatically mutes some other device(s). The
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue