Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: fsl: fsl_qmc_audio: Remove the logging when parsing channels

On each channel parsing, a log message is issued. This log message is
not needed and become annoying when many channels are used (up to 64
channel supported).

Simply remove this unneeded log message.

Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Link: https://patch.msgid.link/20241003122015.677681-1-herve.codina@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Herve Codina and committed by
Mark Brown
c6e86e19 40ba40fa

-2
-2
sound/soc/fsl/fsl_qmc_audio.c
··· 838 838 qmc_dai->id, i, ret); 839 839 return ret; 840 840 } 841 - dev_info(qmc_audio->dev, "dai %d QMC channel %d mode %d, nb_tx_ts %u, nb_rx_ts %u\n", 842 - qmc_dai->id, i, info.mode, info.nb_tx_ts, info.nb_rx_ts); 843 841 844 842 if (info.mode != QMC_TRANSPARENT) { 845 843 dev_err(qmc_audio->dev, "dai %d QMC chan %d mode %d is not QMC_TRANSPARENT\n",