18 Sep
2015
18 Sep
'15
5:11 p.m.
On Fri, Sep 18, 2015 at 10:58:54AM +0100, Liam Girdwood wrote:
+static int skl_be_hw_params(struct snd_pcm_substream *substream,
struct snd_pcm_hw_params *params,
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.
Yes tracing will be added later, I will remove bunch of these but keep few to help debug as we are still adding features :)
--
~Vinod