21 Jul
2008
21 Jul
'08
8:37 a.m.
Aaron J. Grier wrote:
snd_pcm_sw_params_set_xfer_align() has been deprecated but the docs don't mention what it was replaced with.
There is no replacement; the transfer alignment always is one frame, i.e., there is none.
I don't ever want or need partial reads and writes
You get partial reads/writes only when you ask for it (by using non- blocking mode) or when an error occurs.
HTH Clemens