mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-10 13:30:01 -05:00
topology: Add missing prototypes for new functions
The prototypes for some functions that have been added in the recent changes are missing, which leads to compile warnings. Let's fix. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
7eb683ee39
commit
0b48b61798
1 changed files with 5 additions and 0 deletions
|
|
@ -222,3 +222,8 @@ int tplg_add_enum(snd_tplg_t *tplg, struct snd_tplg_enum_template *enum_ctl,
|
||||||
struct tplg_elem **e);
|
struct tplg_elem **e);
|
||||||
int tplg_add_bytes(snd_tplg_t *tplg, struct snd_tplg_bytes_template *bytes_ctl,
|
int tplg_add_bytes(snd_tplg_t *tplg, struct snd_tplg_bytes_template *bytes_ctl,
|
||||||
struct tplg_elem **e);
|
struct tplg_elem **e);
|
||||||
|
|
||||||
|
int tplg_build_pcm(snd_tplg_t *tplg, unsigned int type);
|
||||||
|
int tplg_build_link_cfg(snd_tplg_t *tplg, unsigned int type);
|
||||||
|
int tplg_add_link_object(snd_tplg_t *tplg, snd_tplg_obj_template_t *t);
|
||||||
|
int tplg_add_pcm_object(snd_tplg_t *tplg, snd_tplg_obj_template_t *t);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue