24 Jul
2008
24 Jul
'08
12:36 p.m.
On Thu, Jul 24, 2008 at 12:05:59AM -0400, Jon Smirl wrote:
I think I may need to redo this with u32. I'm still working on my read/write reg routines and it is not obvious that it would adjust
I certainly agree with Timur that 'uint' and similar should be avoided for consistency with the rest of the code.
right on a 64b machine. Just because you switch to a 64b machine, my sound hardware is still 32b.
This is less important than it might seem - drivers generally serialise written values into wire format prior to writing them to the chip so the actual size the data comes in doesn't make much odds.