Skip to content

Commit

Permalink
Crackle fix (#704)
Browse files Browse the repository at this point in the history
* fix loop

* remove
  • Loading branch information
divkam authored and plasticchris committed Nov 23, 2016
1 parent 098aeff commit c2f4de7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kitsune/pcm_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ void DMAPingPongCompleteAppCB_opt()
#if (CODEC_ENABLE_MULTI_CHANNEL==1)
if (_pcm_ping_pong_incoming_stream_mode == PCM_PING_PONG_MODE_SINGLE_CHANNEL_HALF_RATE) {
int k=0;
ping[CB_TRANSFER_SZ/2] = ping[CB_TRANSFER_SZ/2-1];
for (i = 0; i<= CB_TRANSFER_SZ/2-2; i+=2 ) {
ping[k++] = (ping[i*4+ch]+ping[(i+1)*4+ch]);
}
Expand Down

0 comments on commit c2f4de7

Please sign in to comment.