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

Commit d045de72 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: Change info logs to debug"

parents 5f1b0148 a8d2984f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1158,7 +1158,7 @@ int snd_soc_new_compress(struct snd_soc_pcm_runtime *rtd, int num)
		}
	}

	dev_info(rtd->card->dev, "Compress ASoC: %s <-> %s mapping ok\n",
	dev_dbg(rtd->card->dev, "Compress ASoC: %s <-> %s mapping ok\n",
		 codec_dai->name, cpu_dai->name);

	return ret;
+1 −1
Original line number Diff line number Diff line
@@ -3538,7 +3538,7 @@ int soc_new_pcm(struct snd_soc_pcm_runtime *rtd, int num)

	pcm->private_free = soc_pcm_private_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;