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:
Jaroslav Kysela 2021-03-25 20:40:22 +01:00
parent 03cb988179
commit b0b9e4b88d
2 changed files with 5 additions and 4 deletions

View file

@ -31,6 +31,7 @@
*/
#include "ucm_local.h"
#include "../control/control_local.h"
#include <stdbool.h>
#include <ctype.h>
#include <stdarg.h>
@ -253,10 +254,6 @@ static int binary_file_parse(snd_ctl_elem_value_t *dst,
return err;
}
extern int __snd_ctl_ascii_elem_id_parse(snd_ctl_elem_id_t *dst,
const char *str,
const char **ret_ptr);
static int execute_cset(snd_ctl_t *ctl, const char *cset, unsigned int type)
{
const char *pos;