We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1502a0 commit 49dd58cCopy full SHA for 49dd58c
1 file changed
ports/raspberrypi/audio_dma.c
@@ -159,7 +159,6 @@ static void audio_dma_load_next_block(audio_dma_t *dma, size_t buffer_idx) {
159
!dma_channel_is_busy(dma->channel[1])) {
160
// No data has been read, and both DMA channels have now finished, so it's safe to stop.
161
audio_dma_stop(dma);
162
- assert(dma->channel[buffer_idx] < NUM_DMA_CHANNELS);
163
}
164
165
0 commit comments