From 97a535d83c0f057b190c7a82f95297696b25a0df Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Thu, 26 Apr 2012 16:24:12 -0400 Subject: Oops, Shoulda been "int16_t" not "uint16_t". Change-Id: Ic2a54e9f283acb1c362857a3f1422ed3c532249f --- apps/voice_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/voice_thread.c b/apps/voice_thread.c index 3a2436c118..07a67256c4 100644 --- a/apps/voice_thread.c +++ b/apps/voice_thread.c @@ -182,7 +182,7 @@ static void voice_stop_playback(void) } /* Grab a free PCM frame */ -static uint16_t * voice_buf_get(void) +static int16_t * voice_buf_get(void) { if (voice_unplayed_frames() >= VOICE_FRAMES) { -- cgit v1.2.3