Re: [PATCH] ASoC: atmel-i2s: do not warn if muxclk is missing

2020-11-03 Thread Mark Brown
On Tue, 3 Nov 2020 12:05:54 +0200, Codrin Ciubotariu wrote: > 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

[PATCH] ASoC: atmel-i2s: do not warn if muxclk is missing

2020-11-03 Thread Codrin Ciubotariu
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 ---