Re: [alsa-devel] [PATCH 4/4] ASoC: da7213: Improve 32KHz mode PLL locking

2016-08-05 Thread Mark Brown
On Fri, Aug 05, 2016 at 11:04:51AM +0200, Peter Meerwald-Stadler wrote: > these registers cannot not found in the datasheet; > maybe add descriptive #defines in da7213.h > > + snd_soc_write(codec, 0xF0, 0x8B); > > + snd_soc_write(codec, 0xF2, 0x03); > > +

Re: [alsa-devel] [PATCH 4/4] ASoC: da7213: Improve 32KHz mode PLL locking

2016-08-05 Thread Peter Meerwald-Stadler
> To aid PLL in locking on to a 32KHz MCLK, some register mods > are made during PLL configuration, and when enabling the DAI, > to achieve the full range of sample rates. thanks for the patch series; we are about to test... some comments below > Signed-off-by: Adam Thomson > --- > sound/soc

[PATCH 4/4] ASoC: da7213: Improve 32KHz mode PLL locking

2016-08-04 Thread Adam Thomson
To aid PLL in locking on to a 32KHz MCLK, some register mods are made during PLL configuration, and when enabling the DAI, to achieve the full range of sample rates. Signed-off-by: Adam Thomson --- sound/soc/codecs/da7213.c | 25 - 1 file changed, 24 insertions(+), 1 dele