25 Apr
2008
25 Apr
'08
10:18 a.m.
On Fri, Apr 25, 2008 at 12:55:23PM +0300, Jarkko Nikula wrote:
Did you forgot to take into account doubled fsref below (from the first version) when calculating codec_clk because now it is doubled earlier?
Oops, yes, you're right. Sorry for that.
/* printk(KERN_INFO "%s(): bypassing PLL with Q=%d\n",
__func__, pll_q); */
I forgot to mention in my previous comment that KERN_DEBUG would be better here or just remove the printk.
Ok, did some error handling with a printk() instead.
Daniel