summaryrefslogtreecommitdiffstats
path: root/sound/soc/generic/simple-card-utils.c
diff options
context:
space:
mode:
authorKuninori Morimoto2017-06-05 06:28:12 +0200
committerMark Brown2017-06-06 20:46:07 +0200
commitaaad9c131b8fcdb493ed64e56cea8ea52977e091 (patch)
tree55e68d89430a58229ec4e6d95c4acb4df2fa5bcc /sound/soc/generic/simple-card-utils.c
parentASoC: simple-card-utils: share same dev_dbg() for Card Name (diff)
downloadkernel-qcow2-linux-aaad9c131b8fcdb493ed64e56cea8ea52977e091.tar.gz
kernel-qcow2-linux-aaad9c131b8fcdb493ed64e56cea8ea52977e091.tar.xz
kernel-qcow2-linux-aaad9c131b8fcdb493ed64e56cea8ea52977e091.zip
ASoC: simple-card-utils: share same dev_dbg() for DAI format
Let's share same debug message for DAI format 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 da24ac171aec..59e770125596 100644
--- a/sound/soc/generic/simple-card-utils.c
+++ b/sound/soc/generic/simple-card-utils.c
@@ -51,6 +51,8 @@ int asoc_simple_card_parse_daifmt(struct device *dev,
*retfmt = daifmt;
+ dev_dbg(dev, "format : %04x\n", daifmt);
+
return 0;
}
EXPORT_SYMBOL_GPL(asoc_simple_card_parse_daifmt);