mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
Removed xruns count
This commit is contained in:
parent
033f30d297
commit
af3a4199ef
1 changed files with 0 additions and 1 deletions
|
|
@ -452,7 +452,6 @@ int snd_pcm_dump_status(snd_pcm_status_t *status, FILE *fp)
|
|||
status->tstamp.tv_sec, status->tstamp.tv_usec);
|
||||
fprintf(fp, "delay : %ld\n", (long)status->delay);
|
||||
fprintf(fp, "avail_max : %ld\n", (long)status->avail_max);
|
||||
fprintf(fp, "xruns : %ld\n", (long)status->xruns);
|
||||
fprintf(fp, "appl_ptr : %ld\n", (long)status->appl_ptr);
|
||||
fprintf(fp, "hw_ptr : %ld\n", (long)status->hw_ptr);
|
||||
fprintf(fp, "avail : %ld\n", (long)status->avail);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue