summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/playback.c b/apps/playback.c
index f676c6d31f..87922bfb82 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -351,18 +351,6 @@ void playback_voice_event(void *data)
351 pcmbuf_soft_mode(*(bool *)data); 351 pcmbuf_soft_mode(*(bool *)data);
352} 352}
353 353
354/** --- audio_queue helpers --- **/
355static void audio_queue_post(long id, intptr_t data)
356{
357 queue_post(&audio_queue, id, data);
358}
359
360static intptr_t audio_queue_send(long id, intptr_t data)
361{
362 return queue_send(&audio_queue, id, data);
363}
364
365
366/** --- MP3Entry --- **/ 354/** --- MP3Entry --- **/
367 355
368/* Does the mp3entry have enough info for us to use it? */ 356/* Does the mp3entry have enough info for us to use it? */