Skip to content

Commit

Permalink
aplay: Fix ALSA PCM delay double accounting
Browse files Browse the repository at this point in the history
  • Loading branch information
borine authored and arkq committed Feb 24, 2025
1 parent f0f9427 commit b24dac5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/aplay/alsa-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ int alsa_pcm_write(
else {
written_frames += ret;
frames -= ret;
delay += ret;
}
}

Expand Down

0 comments on commit b24dac5

Please sign in to comment.