Hi, I\'m trying to port some code to a Zaurus running the X11 ROM.
The audio component of the code uses SNDCTL_DSP_GETOPTR to determine the current output position of the audio data that has been written.
On x86 linux, GETOPTR returns the expected result. With the cacko ROM, I am getting 0 at device open time, then a constant value thereafter.
I am not using MMAP\'d audio.
Should I expect GETOPTR to work, or will I have to find an alternate method?
Thanks,
-mk