21 Sep
2015
21 Sep
'15
5:26 a.m.
On Sat, Sep 19, 2015 at 09:26:20AM -0700, Mark Brown wrote:
On Fri, Sep 18, 2015 at 10:58:54AM +0100, Liam Girdwood wrote:
On Mon, 2015-08-17 at 22:56 +0530, Vinod Koul wrote:
struct snd_soc_dai *dai)
+{
- struct skl_pipe_params p_params = {0};
- dev_dbg(dai->dev, "%s: %s\n", __func__, dai->name);
Seeing a lot of dev_dbg(__func__) in this series that really are just tracing. Probably best to trace the calls properly or remove if it's just development debugging.
It's all through the whole Intel DSP codebase. :(
Yes the code is getting features added so we thought of keeping this for a while, but I agree this doesn't help much, we are adding tracing anyway so lets add that. Will remove most of these...
Thanks
--
~Vinod