19 Sep
2015
19 Sep
'15
6:26 p.m.
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. :(