diff options
Diffstat (limited to 'apps/voice_thread.c')
| -rw-r--r-- | apps/voice_thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/voice_thread.c b/apps/voice_thread.c index 87e4eee..e8c7fcc 100644 --- a/apps/voice_thread.c +++ b/apps/voice_thread.c @@ -335,6 +335,7 @@ static void voice_data_init(struct voice_thread_data *td) mixer_channel_set_amplitude(PCM_MIXER_CHAN_VOICE, MIX_AMP_UNITY); voice_buf->td = td; + td->dst = NULL; } /* Voice thread message processing */ |