From c2d2106fd76ae553a9f7b2418265209468cbb9e6 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sun, 11 Mar 2007 06:21:43 +0000 Subject: 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 --- uisimulator/sdl/sound.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'uisimulator/sdl/sound.c') diff --git a/uisimulator/sdl/sound.c b/uisimulator/sdl/sound.c index d7e3cbd89d..96cb9874f5 100644 --- a/uisimulator/sdl/sound.c +++ b/uisimulator/sdl/sound.c @@ -316,5 +316,9 @@ int pcm_init(void) return 0; } +void pcm_postinit(void) +{ +} + #endif /* ROCKBOX_HAS_SIMSOUND */ -- cgit v1.2.3