mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-06 13:29:59 -05:00
ucm: move __snd_ctl_ascii_elem_id_parse prototype to control_local.h
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
03cb988179
commit
b0b9e4b88d
2 changed files with 5 additions and 4 deletions
|
|
@ -110,3 +110,7 @@ int INTERNAL(snd_ctl_elem_info_get_dimension)(const snd_ctl_elem_info_t *obj, un
|
|||
int __snd_ctl_add_elem_set(snd_ctl_t *ctl, snd_ctl_elem_info_t *info,
|
||||
unsigned int element_count,
|
||||
unsigned int member_count);
|
||||
|
||||
int __snd_ctl_ascii_elem_id_parse(snd_ctl_elem_id_t *dst,
|
||||
const char *str,
|
||||
const char **ret_ptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue