use-case: add priority values from pulseaudio

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2019-11-28 18:10:43 +01:00
parent aaf3a081bf
commit 2cb44791c3

View file

@ -287,6 +287,8 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr,
* - PlaybackSwitch * - PlaybackSwitch
* - 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
* - priority value (1-10000), default value is 100, higher value means lower priority
* - CaptureRate * - CaptureRate
* - capture device sample rate * - capture device sample rate
* - CaptureChannels * - CaptureChannels
@ -299,6 +301,8 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr,
* - CaptureSwitch * - CaptureSwitch
* - 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
* - priority value (1-10000), default value is 100, higher value means lower priority
* - PlaybackMixer * - PlaybackMixer
* - name of playback mixer * - name of playback mixer
* - PlaybackMixerElem * - PlaybackMixerElem