diff options
author | Herve Codina <herve.codina@bootlin.com> | 2024-10-03 14:20:15 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-10-05 02:53:59 +0100 |
commit | c6e86e19e778553dbedab617aafb25b6bbaf4cd9 (patch) | |
tree | a38953435e08845e4a2cabec3f67f59c26cede48 /sound/soc/fsl/fsl_qmc_audio.c | |
parent | 40ba40fa4e054c62507026454529e3d530e10456 (diff) |
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>
Diffstat (limited to 'sound/soc/fsl/fsl_qmc_audio.c')
-rw-r--r-- | sound/soc/fsl/fsl_qmc_audio.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/fsl/fsl_qmc_audio.c b/sound/soc/fsl/fsl_qmc_audio.c index 8668abd35208..e257b8adafe0 100644 --- a/sound/soc/fsl/fsl_qmc_audio.c +++ b/sound/soc/fsl/fsl_qmc_audio.c @@ -838,8 +838,6 @@ static int qmc_audio_dai_parse(struct qmc_audio *qmc_audio, struct device_node * qmc_dai->id, i, ret); return ret; } - dev_info(qmc_audio->dev, "dai %d QMC channel %d mode %d, nb_tx_ts %u, nb_rx_ts %u\n", - qmc_dai->id, i, info.mode, info.nb_tx_ts, info.nb_rx_ts); if (info.mode != QMC_TRANSPARENT) { dev_err(qmc_audio->dev, "dai %d QMC chan %d mode %d is not QMC_TRANSPARENT\n", |