Skip to content

Commit bfcbd36

Browse files
committed
audio_player: remove unused function
1 parent 85c3a81 commit bfcbd36

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
@@ -77,8 +77,6 @@ static void audio_player_task(void *pvParameters)
7777
mad_synth_frame(synth, frame);
7878
}
7979

80-
i2s_zero_dma_buffer(CONFIG_AUDIO_OUTPUT_I2S_NUM);
81-
8280
mad_synth_finish(synth);
8381
mad_frame_finish(frame);
8482
mad_stream_finish(stream);

0 commit comments

Comments
 (0)