mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-04-06 07:15:28 -04:00
topology: add tplg_get_unsigned() function
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
1047a5f3c0
commit
14e43a1187
4 changed files with 55 additions and 25 deletions
|
|
@ -281,6 +281,7 @@ struct tplg_elem* tplg_elem_new_common(snd_tplg_t *tplg,
|
|||
snd_config_t *cfg, const char *name, enum snd_tplg_type type);
|
||||
|
||||
int tplg_get_integer(snd_config_t *n, int *val, int base);
|
||||
int tplg_get_unsigned(snd_config_t *n, unsigned *val, int base);
|
||||
|
||||
int tplg_parse_channel(snd_tplg_t *tplg ATTRIBUTE_UNUSED,
|
||||
snd_config_t *cfg, void *private);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue