13 Aug
2014
13 Aug
'14
11:39 p.m.
On Mon, Aug 11, 2014 at 08:29:01AM -0400, jonsmirl@gmail.com wrote:
Mark - how is clock accuracy supposed to be handled in ALSA? Should my clocks tell their true rate 22.571428Mhz or lie and say they are 22.5792Mhz?
Are there problems with division truncation from the slightly low clock rate lurking in the ALSA code that I need to avoid?
I don't think ALSA should be having to deal with tiny inaccuracies; ideally the clock API would have some sort of accuracy management in it (in much the same way that the regulator API does) but otherwise just impedence match at the edge of the code.