Skip to content

Commit 982786d

Browse files
committed
audio_player: remove unused function
1 parent 88b141e commit 982786d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main/src/user/audio_player.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ static void audio_player_task(void *pvParameters)
7373
mad_synth_frame(synth, frame);
7474
}
7575

76-
i2s_zero_dma_buffer(CONFIG_AUDIO_OUTPUT_I2S_NUM);
77-
7876
mad_synth_finish(synth);
7977
mad_frame_finish(frame);
8078
mad_stream_finish(stream);

0 commit comments

Comments
 (0)