Oops, Shoulda been "int16_t" not "uint16_t".

Change-Id: Ic2a54e9f283acb1c362857a3f1422ed3c532249f
This commit is contained in:
Michael Sevakis 2012-04-26 16:24:12 -04:00
parent 3c391ad51b
commit 97a535d83c

View file

@ -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)
{