aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/generic/simple-card-utils.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2017-06-05 04:28:29 +0000
committerMark Brown <broonie@kernel.org>2017-06-06 19:46:08 +0100
commit4579771ebb78aa26831ee3d9617690da5198072c (patch)
tree6162bce607ad2621b6e8cbb2ce21195213733083 /sound/soc/generic/simple-card-utils.c
parentASoC: simple-card-utils: share same dev_dbg() for DAI format (diff)
downloadlinux-dev-4579771ebb78aa26831ee3d9617690da5198072c.tar.xz
linux-dev-4579771ebb78aa26831ee3d9617690da5198072c.zip
ASoC: simple-card-utils: share same dev_dbg() for Dai Name
Let's share same debug message for DAI Name Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/generic/simple-card-utils.c')
-rw-r--r--sound/soc/generic/simple-card-utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/generic/simple-card-utils.c b/sound/soc/generic/simple-card-utils.c
index 59e770125596..1f08064f65b1 100644
--- a/sound/soc/generic/simple-card-utils.c
+++ b/sound/soc/generic/simple-card-utils.c
@@ -74,6 +74,8 @@ int asoc_simple_card_set_dailink_name(struct device *dev,
dai_link->name = name;
dai_link->stream_name = name;
+
+ dev_dbg(dev, "name : %s\n", name);
}
return ret;