diff options
author | Kuninori Morimoto <[email protected]> | 2015-03-19 04:14:45 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2015-03-22 18:12:17 +0000 |
commit | d2c4b80c5b392c8437f9174161a17176b9c3cd76 (patch) | |
tree | 21d08b05b4677d9721588a2b4e666747cd597858 | |
parent | 072bd1e7e136e089e41c8cc2d2b2251ed60b5bcd (diff) |
ASoC: rsnd: show debug info for sampling rate convert
Signed-off-by: Kuninori Morimoto <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/sh/rcar/adg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/sh/rcar/adg.c b/sound/soc/sh/rcar/adg.c index 7ac35c9d1cb8..7af374bd0849 100644 --- a/sound/soc/sh/rcar/adg.c +++ b/sound/soc/sh/rcar/adg.c @@ -183,6 +183,8 @@ int rsnd_adg_set_convert_clk_gen2(struct rsnd_mod *mod, rsnd_mod_bset(mod, DIV_EN, en, en); + dev_dbg(dev, "convert rate %d <-> %d\n", src_rate, dst_rate); + return 0; } |