]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: fsl: fsl_qmc_audio: Remove the logging when parsing channels
authorHerve Codina <herve.codina@bootlin.com>
Thu, 3 Oct 2024 12:20:15 +0000 (14:20 +0200)
committerMark Brown <broonie@kernel.org>
Sat, 5 Oct 2024 01:53:59 +0000 (02:53 +0100)
commitc6e86e19e778553dbedab617aafb25b6bbaf4cd9
treea38953435e08845e4a2cabec3f67f59c26cede48
parent40ba40fa4e054c62507026454529e3d530e10456
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>
sound/soc/fsl/fsl_qmc_audio.c