mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
use-case: add priority values from pulseaudio
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
aaf3a081bf
commit
2cb44791c3
1 changed files with 4 additions and 0 deletions
|
|
@ -287,6 +287,8 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr,
|
|||
* - PlaybackSwitch
|
||||
* - playback control switch identifier string
|
||||
* - can be parsed using snd_use_case_parse_ctl_elem_id()
|
||||
* - PlaybackPriority
|
||||
* - priority value (1-10000), default value is 100, higher value means lower priority
|
||||
* - CaptureRate
|
||||
* - capture device sample rate
|
||||
* - CaptureChannels
|
||||
|
|
@ -299,6 +301,8 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr,
|
|||
* - CaptureSwitch
|
||||
* - capture control switch identifier string
|
||||
* - can be parsed using snd_use_case_parse_ctl_elem_id()
|
||||
* - CapturePriority
|
||||
* - priority value (1-10000), default value is 100, higher value means lower priority
|
||||
* - PlaybackMixer
|
||||
* - name of playback mixer
|
||||
* - PlaybackMixerElem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue