summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/voice_thread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/voice_thread.c b/apps/voice_thread.c
index d0d36b4064..1a86dc7cfa 100644
--- a/apps/voice_thread.c
+++ b/apps/voice_thread.c
@@ -323,6 +323,7 @@ static void voice_data_init(struct voice_thread_data *td)
323 323
324 mixer_channel_set_amplitude(PCM_MIXER_CHAN_VOICE, MIX_AMP_UNITY); 324 mixer_channel_set_amplitude(PCM_MIXER_CHAN_VOICE, MIX_AMP_UNITY);
325 325
326 voice_buf->frame_in = voice_buf->frame_out = 0;
326 voice_buf->td = td; 327 voice_buf->td = td;
327 td->dst = NULL; 328 td->dst = NULL;
328} 329}