mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 13:20:52 +07:00
ASoC: topology: show index in debug when adding DAPM routes
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>
This commit is contained in:
parent
bb97142bcf
commit
b75a65118d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user