mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-02 01:40:08 -05:00
ucm: docs - remove MixerCopy values, add Priority for verb, improve priority docs
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
ca67e82383
commit
f828dfe549
1 changed files with 6 additions and 12 deletions
|
|
@ -274,6 +274,10 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr,
|
||||||
* Recommended names for values:
|
* Recommended names for values:
|
||||||
* - TQ
|
* - TQ
|
||||||
* - Tone Quality
|
* - Tone Quality
|
||||||
|
* - Priority
|
||||||
|
* - priority value (1-10000), higher value means higher priority
|
||||||
|
* - valid only for verbs
|
||||||
|
* - for devices - PlaybackPriority and CapturePriority
|
||||||
* - PlaybackPCM
|
* - PlaybackPCM
|
||||||
* - full PCM playback device name
|
* - full PCM playback device name
|
||||||
* - PlaybackPCMIsDummy
|
* - PlaybackPCMIsDummy
|
||||||
|
|
@ -301,7 +305,7 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr,
|
||||||
* - playback control switch identifier string
|
* - playback control switch identifier string
|
||||||
* - can be parsed using snd_use_case_parse_ctl_elem_id()
|
* - can be parsed using snd_use_case_parse_ctl_elem_id()
|
||||||
* - PlaybackPriority
|
* - PlaybackPriority
|
||||||
* - priority value (1-10000), default value is 100, higher value means lower priority
|
* - priority value (1-10000), higher value means higher priority
|
||||||
* - CaptureRate
|
* - CaptureRate
|
||||||
* - capture device sample rate
|
* - capture device sample rate
|
||||||
* - CaptureChannels
|
* - CaptureChannels
|
||||||
|
|
@ -315,17 +319,12 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr,
|
||||||
* - capture control switch identifier string
|
* - capture control switch identifier string
|
||||||
* - can be parsed using snd_use_case_parse_ctl_elem_id()
|
* - can be parsed using snd_use_case_parse_ctl_elem_id()
|
||||||
* - CapturePriority
|
* - CapturePriority
|
||||||
* - priority value (1-10000), default value is 100, higher value means lower priority
|
* - priority value (1-10000), higher value means higher priority
|
||||||
* - PlaybackMixer
|
* - PlaybackMixer
|
||||||
* - name of playback mixer
|
* - name of playback mixer
|
||||||
* - PlaybackMixerElem
|
* - PlaybackMixerElem
|
||||||
* - mixer element playback identifier
|
* - mixer element playback identifier
|
||||||
* - can be parsed using snd_use_case_parse_selem_id()
|
* - 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
|
* - PlaybackMasterElem
|
||||||
* - mixer element playback identifier for the master control
|
* - mixer element playback identifier for the master control
|
||||||
* - can be parsed using snd_use_case_parse_selem_id()
|
* - can be parsed using snd_use_case_parse_selem_id()
|
||||||
|
|
@ -337,11 +336,6 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr,
|
||||||
* - CaptureMixerElem
|
* - CaptureMixerElem
|
||||||
* - mixer element capture identifier
|
* - mixer element capture identifier
|
||||||
* - can be parsed using snd_use_case_parse_selem_id()
|
* - 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
|
* - CaptureMasterElem
|
||||||
* - mixer element playback identifier for the master control
|
* - mixer element playback identifier for the master control
|
||||||
* - can be parsed using snd_use_case_parse_selem_id()
|
* - can be parsed using snd_use_case_parse_selem_id()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue