summaryrefslogtreecommitdiff
path: root/apps/playback.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.h')
-rw-r--r--apps/playback.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/playback.h b/apps/playback.h
index e65d5da150..3fcb454cc9 100644
--- a/apps/playback.h
+++ b/apps/playback.h
@@ -42,6 +42,8 @@ enum
42 AUDIO_WANT_VOICE, 42 AUDIO_WANT_VOICE,
43}; 43};
44bool audio_restore_playback(int type); /* Restores the audio buffer to handle the requested playback */ 44bool audio_restore_playback(int type); /* Restores the audio buffer to handle the requested playback */
45void codec_thread_do_callback(void (*fn)(void),
46 unsigned int *codec_thread_id);
45 47
46#ifdef HAVE_ALBUMART 48#ifdef HAVE_ALBUMART
47int audio_current_aa_hid(void); 49int audio_current_aa_hid(void);