wilbert-vb wrote: > With alsa.mmap = false I get: > > output_thread:1096 writei error: -22
Yes it probably needs a few more changes to the code - will look at over the next couple of days. Note if you are building your own - I found a bug which crept into all 0.9 ALSA versions - the #if IS_LITTLE_ENDIAN at the top of output.c should be #if LITTLE_ENDIAN. This should make the non mmap case work again for 32signed samples. It probably doesn't work at all or sounds like static at present. Could you try this and then open the device in plughw: mode - does this work? ------------------------------------------------------------------------ Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 View this thread: http://forums.slimdevices.com/showthread.php?t=97046 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
