We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcf37e0 + 95123af commit 53a856bCopy full SHA for 53a856b
ports/raspberrypi/audio_dma.c
@@ -256,7 +256,6 @@ audio_dma_result audio_dma_setup_playback(
256
#endif
257
max_buffer_length);
258
259
- dma->buffer[1] = (uint8_t *)port_realloc(dma->buffer[1], max_buffer_length, true);
260
dma->buffer_length[1] = max_buffer_length;
261
262
if (dma->buffer[1] == NULL) {
0 commit comments