Lines Matching defs:commit
430 int commit;437 commit = pcm_mmap_commit(pcm, pcm_offset, frames);438 if (commit < 0) {439 oops(pcm, errno, "failed to commit %d frames\n", frames);440 return commit;443 offset += commit;444 count += commit;445 size -= commit;