3 Sep
2007
3 Sep
'07
10:12 a.m.
Markus Korber wrote:
I've got problems using ALSA (hg) and xine-lib (1.1.7). I'm trying to use fbxine for playback but ALSA debug logging gives me:
| Period size range from 0 to 0 <- !!! | To choose period_size = 512 | was set period_size = 0 | PERIOD_SIZE: 2048
A period size was set, but xine's code that tries to read the period size apparently doesn't work.
Please check the return values of the *_get_period_size* calls.
Toolchain: buildroot based arm gcc 4.2.1 with uclibc 0.9.29.
Is it possible that xine-lib and alsa-lib were compiled with different compiler options, resulting in a different size of snd_pcm_uframes_t?
Regards, Clemens