diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2011-09-01 12:15:43 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2011-09-01 12:15:43 +0000 |
commit | 4db3e8965270dfe813a14c5ee9bcd0b645eb2edf (patch) | |
tree | ff785e25196226037c509428497b95f0e1e219b9 /firmware/export/pcm.h | |
parent | d67d6a8462e02770d81d6a01f3193d0a2050fbe2 (diff) |
Shuffle some functions around so that interfacing with playback.c in particular isn't required. Though playback does finish the audio init, pcm doesn't care who does it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30403 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/pcm.h')
-rw-r--r-- | firmware/export/pcm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/pcm.h b/firmware/export/pcm.h index 22c5ef350e..fb6581b119 100644 --- a/firmware/export/pcm.h +++ b/firmware/export/pcm.h @@ -76,6 +76,7 @@ void pcm_play_unlock(void); void pcm_init(void) INIT_ATTR; void pcm_postinit(void); +bool pcm_is_initialized(void); /* This is for playing "raw" PCM data */ void pcm_play_data(pcm_play_callback_type get_more, |