14 May
2014
14 May
'14
1:34 p.m.
On Wed, May 14, 2014 at 09:37:36AM +0200, Sascha Hauer wrote:
Additionally to the ak4642 pll frequencies the ak4648 also supports 13MHz, 19.2MHz and 26MHz. This adds support for these frequencies.
Applied, thanks. However...
- case 19200000:
pll = PLL3;
extended_freq = 1;
break;
- case 13000000:
pll = PLL3 | PLL2 | PLL1;
extended_freq = 1;
break;
- case 26000000:
...the sorting here is a bit odd - we do 19.2MHz then 13MHz then 26MHz.