Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ports/raspberrypi/audio_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ audio_dma_result audio_dma_setup_playback(
#endif
max_buffer_length);
#endif
dma->buffer[1] = (uint8_t *)port_realloc(dma->buffer[1], max_buffer_length, true);
dma->buffer_length[1] = max_buffer_length;

if (dma->buffer[1] == NULL) {
Expand Down
Loading