]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: atmel-i2s: do not warn if muxclk is missing
authorCodrin Ciubotariu <codrin.ciubotariu@microchip.com>
Tue, 3 Nov 2020 10:05:54 +0000 (12:05 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 3 Nov 2020 13:19:02 +0000 (13:19 +0000)
commit4a6cb98373fd067aef3ff35a3ab572f0bf6f7ce2
treeaa13d4b81dba5a0a7c248d0a3118757863df9fae
parentd385bf825c8f95b70e4238dd9cb21918ad495f19
ASoC: atmel-i2s: do not warn if muxclk is missing

Besides the fact that muxclk is optional, muxclk can be set using
assigned-clocks, removing the need to set it in driver. The warning is
thus unneeded, so we can transform it in a debug print, eventually to just
reflect that muxclk was not set by the driver.

Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
Link: https://lore.kernel.org/r/20201103100554.1307190-1-codrin.ciubotariu@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/atmel/atmel-i2s.c