summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Girdwood2017-06-06 16:45:08 +0200
committerMark Brown2017-06-07 21:05:40 +0200
commitcc9d4714a8da98f905c63d74e9897fc6f4563fca (patch)
treed7ff87694286e0d9f23a46c46941842a157f9301
parentASoC: topology: Allow bespoke configuration post widget creation (diff)
downloadkernel-qcow2-linux-cc9d4714a8da98f905c63d74e9897fc6f4563fca.tar.gz
kernel-qcow2-linux-cc9d4714a8da98f905c63d74e9897fc6f4563fca.tar.xz
kernel-qcow2-linux-cc9d4714a8da98f905c63d74e9897fc6f4563fca.zip
ASoC: topology: rephrase deferred binding warning.
Rewrite the message to be more meaningful. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/soc-topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-topology.c b/sound/soc/soc-topology.c
index 273a374e741c..f24d1f2e82a0 100644
--- a/sound/soc/soc-topology.c
+++ b/sound/soc/soc-topology.c
@@ -1648,7 +1648,7 @@ static int soc_tplg_dapm_complete(struct soc_tplg *tplg)
*/
if (!card || !card->instantiated) {
dev_warn(tplg->dev, "ASoC: Parent card not yet available,"
- "Do not add new widgets now\n");
+ " widget card binding deferred\n");
return 0;
}