RE: [alsa-devel] [PATCH 3/4] ASoC: da7213: Refactor sysclk(), pll() functions to improve handling

2016-08-08 Thread Adam Thomson
On 08 August 2016 08:43, Peter Meerwald-Stadler wrote: > > Currently the handling of the PLL in the driver is a little clunky, > > and not ideal for all modes. This patch updates the code to make it > > cleaner and more sensible for the various PLL states. > > > > Key items of note are: > > -

RE: [alsa-devel] [PATCH 3/4] ASoC: da7213: Refactor sysclk(), pll() functions to improve handling

2016-08-08 Thread Adam Thomson
On 08 August 2016 08:43, Peter Meerwald-Stadler wrote: > > Currently the handling of the PLL in the driver is a little clunky, > > and not ideal for all modes. This patch updates the code to make it > > cleaner and more sensible for the various PLL states. > > > > Key items of note are: > > -

Re: [alsa-devel] [PATCH 3/4] ASoC: da7213: Refactor sysclk(), pll() functions to improve handling

2016-08-08 Thread Peter Meerwald-Stadler
> Currently the handling of the PLL in the driver is a little clunky, > and not ideal for all modes. This patch updates the code to make it > cleaner and more sensible for the various PLL states. > > Key items of note are: > - MCLK squaring is now handled directly as part of the sysclk() >

Re: [alsa-devel] [PATCH 3/4] ASoC: da7213: Refactor sysclk(), pll() functions to improve handling

2016-08-08 Thread Peter Meerwald-Stadler
> Currently the handling of the PLL in the driver is a little clunky, > and not ideal for all modes. This patch updates the code to make it > cleaner and more sensible for the various PLL states. > > Key items of note are: > - MCLK squaring is now handled directly as part of the sysclk() >

[PATCH 3/4] ASoC: da7213: Refactor sysclk(), pll() functions to improve handling

2016-08-04 Thread Adam Thomson
Currently the handling of the PLL in the driver is a little clunky, and not ideal for all modes. This patch updates the code to make it cleaner and more sensible for the various PLL states. Key items of note are: - MCLK squaring is now handled directly as part of the sysclk() function,

[PATCH 3/4] ASoC: da7213: Refactor sysclk(), pll() functions to improve handling

2016-08-04 Thread Adam Thomson
Currently the handling of the PLL in the driver is a little clunky, and not ideal for all modes. This patch updates the code to make it cleaner and more sensible for the various PLL states. Key items of note are: - MCLK squaring is now handled directly as part of the sysclk() function,