summaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-11-07 11:29:13 +0100
committerJaroslav Kysela <perex@perex.cz>2015-11-09 08:38:41 +0100
commit0b48b61798373e5ce8abf001bcce530d82c662d2 (patch)
treef22a214ef2b12d73cec9a1de7546e7badba01dd7 /src/topology
parent7eb683ee39173b724054b28dcf7d6ae76e150539 (diff)
downloadalsa-lib-0b48b61798373e5ce8abf001bcce530d82c662d2.tar.gz
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>
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/tplg_local.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/topology/tplg_local.h b/src/topology/tplg_local.h
index e9c8e29c..06cb1005 100644
--- a/src/topology/tplg_local.h
+++ b/src/topology/tplg_local.h
@@ -222,3 +222,8 @@ int tplg_add_enum(snd_tplg_t *tplg, struct snd_tplg_enum_template *enum_ctl,
struct tplg_elem **e);
int tplg_add_bytes(snd_tplg_t *tplg, struct snd_tplg_bytes_template *bytes_ctl,
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);