summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2007-05-22 16:20:14 +0000
committerChristian Gmeiner <christian.gmeiner@gmail.com>2007-05-22 16:20:14 +0000
commit644d315ec0db81620d19856c392c3124936c48a4 (patch)
treeb83ab4683323d139b4df770e09c0ed96b42fc95b
parent98e4f6fd3e882f445db01cb5bb8ec0bf235974d3 (diff)
downloadrockbox-644d315ec0db81620d19856c392c3124936c48a4.tar.gz
rockbox-644d315ec0db81620d19856c392c3124936c48a4.zip
red free
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13466 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/sound.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/sound.h b/firmware/export/sound.h
index d405e99fbf..59e8853e82 100644
--- a/firmware/export/sound.h
+++ b/firmware/export/sound.h
@@ -36,6 +36,9 @@
36#include "as3514.h" 36#include "as3514.h"
37#elif defined(HAVE_MAS35XX) 37#elif defined(HAVE_MAS35XX)
38#include "mas35xx.h" 38#include "mas35xx.h"
39#else
40/* For targets without audio */
41#include "audiohw.h"
39#endif 42#endif
40 43
41extern void audiohw_postinit(void); 44extern void audiohw_postinit(void);