use-case header file: add more references to correct ASCII ID parsers for CTL/mixer IDs

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2019-11-11 14:35:02 +01:00
parent 5c88b18371
commit e6fbc84c16

View file

@ -281,8 +281,10 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr,
* - playback control device name * - playback control device name
* - PlaybackVolume * - PlaybackVolume
* - playback control volume ID string * - playback control volume ID string
* - can be parsed using snd_use_case_parse_ctl_elem_id()
* - PlaybackSwitch * - PlaybackSwitch
* - playback control switch ID string * - playback control switch ID string
* - can be parsed using snd_use_case_parse_ctl_elem_id()
* - CaptureRate * - CaptureRate
* - capture device sample rate * - capture device sample rate
* - CaptureChannels * - CaptureChannels
@ -291,15 +293,19 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr,
* - capture control device name * - capture control device name
* - CaptureVolume * - CaptureVolume
* - capture control volume ID string * - capture control volume ID string
* - can be parsed using snd_use_case_parse_ctl_elem_id()
* - CaptureSwitch * - CaptureSwitch
* - capture control switch ID string * - capture control switch ID string
* - can be parsed using snd_use_case_parse_ctl_elem_id()
* - PlaybackMixer * - PlaybackMixer
* - name of playback mixer * - name of playback mixer
* - PlaybackMixerID * - PlaybackMixerID
* - mixer playback ID * - mixer playback ID
* - can be parsed using snd_use_case_parse_selem_id()
* - CaptureMixer * - CaptureMixer
* - name of capture mixer * - name of capture mixer
* - CaptureMixerID * - CaptureMixerID
* - can be parsed using snd_use_case_parse_selem_id()
* - mixer capture ID * - mixer capture ID
* - JackControl, JackDev, JackHWMute * - JackControl, JackDev, JackHWMute
* - Jack information for a device. The jack status can be reported via * - Jack information for a device. The jack status can be reported via