diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-11-10 15:14:28 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-11-10 15:14:27 -0800 |
| commit | 369bd9844d069ccc953c5ada64ec249c832fe1dc (patch) | |
| tree | aa38064e02b0fcb2d15940e84369af4ff583c4e4 | |
| parent | 1681e23d60a68667982f389e91a95c4943bf689a (diff) | |
| parent | 94c9d333eb674428acca1f5a04bb4c3ff2e2dce5 (diff) | |
Merge "ASoC: Change info logs to debug"
| -rw-r--r-- | sound/soc/soc-compress.c | 4 | ||||
| -rw-r--r-- | sound/soc/soc-pcm.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/soc-compress.c b/sound/soc/soc-compress.c index c8f45b4efa21..f4ceb5f5c678 100644 --- a/sound/soc/soc-compress.c +++ b/sound/soc/soc-compress.c @@ -852,8 +852,8 @@ int snd_soc_new_compress(struct snd_soc_pcm_runtime *rtd, int num) } } - printk(KERN_INFO "compress asoc: %s <-> %s mapping ok\n", codec_dai->name, - cpu_dai->name); + dev_dbg(rtd->card->dev, "compress asoc: %s <-> %s mapping ok\n", + codec_dai->name, cpu_dai->name); return ret; compr_err: diff --git a/sound/soc/soc-pcm.c b/sound/soc/soc-pcm.c index 4ef20ba02cb4..13649f96b370 100644 --- a/sound/soc/soc-pcm.c +++ b/sound/soc/soc-pcm.c @@ -3017,7 +3017,7 @@ int soc_new_pcm(struct snd_soc_pcm_runtime *rtd, int num) pcm->private_free = platform->driver->pcm_free; out: - dev_info(rtd->card->dev, "%s <-> %s mapping ok\n", + dev_dbg(rtd->card->dev, "%s <-> %s mapping ok\n", (rtd->num_codecs > 1) ? "multicodec" : rtd->codec_dai->name, cpu_dai->name); return ret; |
