mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
ucm: add snd_use_case_parse_selem_id()
and add strict ucm_id checks to snd_use_case_parse_ctl_elem_id() Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
4ce38a5ff4
commit
5c88b18371
2 changed files with 40 additions and 3 deletions
|
|
@ -447,8 +447,19 @@ static __inline__ int snd_use_case_verb_list(snd_use_case_mgr_t *uc_mgr,
|
|||
* \return Zero if success, otherwise a negative error code
|
||||
*/
|
||||
int snd_use_case_parse_ctl_elem_id(snd_ctl_elem_id_t *dst,
|
||||
const char *ucm_id, char *value);
|
||||
const char *ucm_id,
|
||||
const char *value);
|
||||
|
||||
/**
|
||||
* \brief Parse mixer element identifier
|
||||
* \param dst Simple mixer element identifier
|
||||
* \param ucm_id Use case identifier
|
||||
* \param value String value to be parsed
|
||||
* \return Zero if success, otherwise a negative error code
|
||||
*/
|
||||
int snd_use_case_parse_selem_id(snd_mixer_selem_id_t *dst,
|
||||
const char *ucm_id,
|
||||
const char *value);
|
||||
|
||||
/**
|
||||
* \}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue