Re: [PATCH 1/4] ASoC: fsl-asoc-card: add WM8904 support

2022-03-11 Thread Mark Brown
On Mon, Mar 07, 2022 at 11:10:38AM -0300, Alifer Moraes wrote: > From: Pierluigi Passaro > > The codec WM8904 can use internal FLL as PLL source. > Whenever the PLL source is not an external MCLK, this source > must be setup during hw_params callback otherwise the BCLK > could be wrongly evaluate

[PATCH 1/4] ASoC: fsl-asoc-card: add WM8904 support

2022-03-07 Thread Alifer Moraes
From: Pierluigi Passaro The codec WM8904 can use internal FLL as PLL source. Whenever the PLL source is not an external MCLK, this source must be setup during hw_params callback otherwise the BCLK could be wrongly evaluated. The SND_SOC_BIAS_PREPARE event is raised after the hw_params callback, s