mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
use-case: docs - add PlaybackMixerCopy and CaptureMixerCopy
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
4dddcf733d
commit
2a286ca9a8
1 changed files with 12 additions and 0 deletions
|
|
@ -309,8 +309,14 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr,
|
|||
* - PlaybackMixerElem
|
||||
* - mixer element playback identifier
|
||||
* - can be parsed using snd_use_case_parse_selem_id()
|
||||
* - PlaybackMixerCopy
|
||||
* - additional mixer element playback identifier
|
||||
* - can be parsed using snd_use_case_parse_selem_id()
|
||||
* - those elements should copy the volume and switch settings
|
||||
* - element identifiers are separated using the | character
|
||||
* - PlaybackMasterElem
|
||||
* - mixer element playback identifier for the master control
|
||||
* - can be parsed using snd_use_case_parse_selem_id()
|
||||
* - PlaybackMasterType
|
||||
* - type of the master volume control
|
||||
* - Valid values: "soft" (software attenuation)
|
||||
|
|
@ -319,8 +325,14 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr,
|
|||
* - CaptureMixerElem
|
||||
* - mixer element capture identifier
|
||||
* - can be parsed using snd_use_case_parse_selem_id()
|
||||
* - CaptureMixerCopy
|
||||
* - additional mixer element capture identifier
|
||||
* - can be parsed using snd_use_case_parse_selem_id()
|
||||
* - those elements should copy the volume and switch settings
|
||||
* - element identifiers are separated using the | character
|
||||
* - CaptureMasterElem
|
||||
* - mixer element playback identifier for the master control
|
||||
* - can be parsed using snd_use_case_parse_selem_id()
|
||||
* - CaptureMasterType
|
||||
* - type of the master volume control
|
||||
* - Valid values: "soft" (software attenuation)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue