summaryrefslogtreecommitdiff
path: root/src/topology/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/topology/data.c')
-rw-r--r--src/topology/data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/topology/data.c b/src/topology/data.c
index 93eaf919..c0a098cd 100644
--- a/src/topology/data.c
+++ b/src/topology/data.c
@@ -578,6 +578,7 @@ static int parse_tuple_sets(snd_tplg_t *tplg, snd_config_t *cfg,
int err;
if (snd_config_get_type(cfg) != SND_CONFIG_TYPE_COMPOUND) {
+ snd_config_get_id(cfg, &id);
SNDERR("error: compound type expected for %s", id);
return -EINVAL;
}