From e6fbc84c166df4dbc611851b5a833dbc1559fa4d Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 11 Nov 2019 14:35:02 +0100 Subject: [PATCH] use-case header file: add more references to correct ASCII ID parsers for CTL/mixer IDs Signed-off-by: Jaroslav Kysela --- include/use-case.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/use-case.h b/include/use-case.h index eb4643c8..f83c0185 100644 --- a/include/use-case.h +++ b/include/use-case.h @@ -281,8 +281,10 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr, * - playback control device name * - PlaybackVolume * - playback control volume ID string + * - can be parsed using snd_use_case_parse_ctl_elem_id() * - PlaybackSwitch * - playback control switch ID string + * - can be parsed using snd_use_case_parse_ctl_elem_id() * - CaptureRate * - capture device sample rate * - CaptureChannels @@ -291,15 +293,19 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr, * - capture control device name * - CaptureVolume * - capture control volume ID string + * - can be parsed using snd_use_case_parse_ctl_elem_id() * - CaptureSwitch * - capture control switch ID string + * - can be parsed using snd_use_case_parse_ctl_elem_id() * - PlaybackMixer * - name of playback mixer * - PlaybackMixerID * - mixer playback ID + * - can be parsed using snd_use_case_parse_selem_id() * - CaptureMixer * - name of capture mixer * - CaptureMixerID + * - can be parsed using snd_use_case_parse_selem_id() * - mixer capture ID * - JackControl, JackDev, JackHWMute * - Jack information for a device. The jack status can be reported via -- 2.47.1