asoc: msm: remove machine driver trivial boot up logs
Change info logs to debug logs for all trivial machine driver logs that appear in boot up. Change-Id: I37fb24fb758a81af9ae4be0e735cd9b467f88e70 Signed-off-by: Karthikeyan Mani <kmani@codeaurora.org>
This commit is contained in:
parent
d88c1e68dc
commit
502766a828
1 changed files with 1 additions and 1 deletions
|
@ -3828,7 +3828,7 @@ static int msm_audrx_init(struct snd_soc_pcm_runtime *rtd)
|
|||
134, 135, 136, 137, 138, 139,
|
||||
140, 141, 142, 143};
|
||||
|
||||
pr_info("%s: dev_name:%s\n", __func__, dev_name(cpu_dai->dev));
|
||||
pr_debug("%s: dev_name:%s\n", __func__, dev_name(cpu_dai->dev));
|
||||
|
||||
rtd->pmdown_time = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue