mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-01 01:40:07 -05: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
|
* - 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue