summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/topology/dapm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/topology/dapm.c b/src/topology/dapm.c
index 4d343b2f..e3c90d83 100644
--- a/src/topology/dapm.c
+++ b/src/topology/dapm.c
@@ -201,7 +201,7 @@ static int tplg_build_widget(snd_tplg_t *tplg,
}
if (!ref->elem) {
- SNDERR("error: cannot find control '%s'"
+ SNDERR("error: cannot find '%s'"
" referenced by widget '%s'\n",
ref->id, elem->id);
return -EINVAL;