Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02dacfd9 authored by Neema Shetty's avatar Neema Shetty
Browse files

ASoC: Change info logs to debug



Change ASoC info logs to debug to reduce excessive logging
during bootup.

Change-Id: I40d7c26c31225c2e6c093a476b0b782a92c430b0
Signed-off-by: default avatarNeema Shetty <nshetty@codeaurora.org>
parent 2c306f68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -828,8 +828,8 @@ int 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:
+1 −1
Original line number Diff line number Diff line
@@ -2921,7 +2921,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;