diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2007-03-11 06:21:43 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2007-03-11 06:21:43 +0000 |
| commit | c2d2106fd76ae553a9f7b2418265209468cbb9e6 (patch) | |
| tree | c6cb223091ed8dfeb943ede41a5d3e59efeeeade /firmware/export | |
| parent | c5cd27f5d1d601e109d6884fe689ec876fc28561 (diff) | |
| download | rockbox-c2d2106fd76ae553a9f7b2418265209468cbb9e6.zip rockbox-c2d2106fd76ae553a9f7b2418265209468cbb9e6.tar.gz rockbox-c2d2106fd76ae553a9f7b2418265209468cbb9e6.tar.bz2 rockbox-c2d2106fd76ae553a9f7b2418265209468cbb9e6.tar.xz | |
Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Might come in handy anyhow. Use sound.h instead of the conditional includes for audio hardware headers. If someone doesn't like that, yell at my evil twin. :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12718 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/pcm_playback.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/pcm_playback.h b/firmware/export/pcm_playback.h index 28409c0..351b1fa 100644 --- a/firmware/export/pcm_playback.h +++ b/firmware/export/pcm_playback.h @@ -27,6 +27,7 @@ typedef void (*pcm_more_callback_type)(unsigned char **start, typedef int (*pcm_more_callback_type2)(int status); void pcm_init(void); +void pcm_postinit(void); /* set the pcm frequency - use values in hw_sampr_list * use -1 for the default frequency |