summaryrefslogtreecommitdiff
path: root/sound/soc/generic/audio-graph-scu-card.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2017-06-05 07:28:45 +0300
committerMark Brown <broonie@kernel.org>2017-06-06 21:46:08 +0300
commit8e16638256425faf74c5b9ffa40e5f0d9aa4413b (patch)
treebdac8477d96698064bf59283d625cd2acdc91605 /sound/soc/generic/audio-graph-scu-card.c
parent4579771ebb78aa26831ee3d9617690da5198072c (diff)
downloadlinux-8e16638256425faf74c5b9ffa40e5f0d9aa4413b.tar.xz
ASoC: simple-card-utils: share same dev_dbg() for sysclk
Let's share same debug message for sysclk Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/generic/audio-graph-scu-card.c')
-rw-r--r--sound/soc/generic/audio-graph-scu-card.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/soc/generic/audio-graph-scu-card.c b/sound/soc/generic/audio-graph-scu-card.c
index 1ce727b6bc21..0066102f5bc4 100644
--- a/sound/soc/generic/audio-graph-scu-card.c
+++ b/sound/soc/generic/audio-graph-scu-card.c
@@ -185,11 +185,6 @@ static int asoc_graph_card_dai_link_of(struct device_node *ep,
dai_link->ops = &asoc_graph_card_ops;
dai_link->init = asoc_graph_card_dai_init;
- dev_dbg(dev, "\t%s / %04x / %d\n",
- dai_link->name,
- dai_link->dai_fmt,
- dai_props->sysclk);
-
return 0;
}