mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
Removed xrun_max. Cleaned xrun handling
This commit is contained in:
parent
62493ec983
commit
c3c4eef051
2 changed files with 0 additions and 3 deletions
|
|
@ -432,7 +432,6 @@ int snd_pcm_dump_setup(snd_pcm_t *pcm, FILE *fp)
|
|||
fprintf(fp, "xfer_min : %ld\n", (long)setup->xfer_min);
|
||||
fprintf(fp, "xfer_align : %ld\n", (long)setup->xfer_align);
|
||||
fprintf(fp, "xrun_mode : %s\n", assoc(setup->xrun_mode, xruns));
|
||||
fprintf(fp, "xrun_max : %ld\n", (long)setup->xrun_max);
|
||||
fprintf(fp, "mmap_shape : %s\n", assoc(setup->mmap_shape, mmaps));
|
||||
fprintf(fp, "buffer_size: %ld\n", (long)setup->buffer_size);
|
||||
fprintf(fp, "frag_size : %ld\n", (long)setup->frag_size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue