ASoC: topology: show index in debug when adding DAPM routes
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>
Thu, 29 Jun 2017 13:22:26 +0000 (14:22 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 30 Jun 2017 10:54:05 +0000 (11:54 +0100)
Makes the debug output much more useful.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-topology.c

index 6070e35..73308e6 100644 (file)
@@ -1163,7 +1163,8 @@ static int soc_tplg_dapm_graph_elems_load(struct soc_tplg *tplg,
                return -EINVAL;
        }
 
-       dev_dbg(tplg->dev, "ASoC: adding %d DAPM routes\n", count);
+       dev_dbg(tplg->dev, "ASoC: adding %d DAPM routes for index %d\n", count,
+               hdr->index);
 
        for (i = 0; i < count; i++) {
                elem = (struct snd_soc_tplg_dapm_graph_elem *)tplg->pos;