summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ankers <dan@weirdo.org.uk>2007-03-11 17:58:14 +0000
committerDaniel Ankers <dan@weirdo.org.uk>2007-03-11 17:58:14 +0000
commit7293da9303eb93f2ed7455185d3cb12523f029ed (patch)
treeee02d1b8fc4d64ac6708beead2fc48926d26b6c8
parentdfad406aa14a735b2cd071d8d399c79be0f98e43 (diff)
downloadrockbox-7293da9303eb93f2ed7455185d3cb12523f029ed.tar.gz
rockbox-7293da9303eb93f2ed7455185d3cb12523f029ed.zip
Oops, missed a file from r12727
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12728 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/sound.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/sound.h b/firmware/export/sound.h
index 99741c24c1..7589338da9 100644
--- a/firmware/export/sound.h
+++ b/firmware/export/sound.h
@@ -30,6 +30,8 @@
30#include "wm8731l.h" 30#include "wm8731l.h"
31#elif defined(HAVE_TLV320) 31#elif defined(HAVE_TLV320)
32#include "tlv320.h" 32#include "tlv320.h"
33#elif defined(HAVE_AS3514)
34#include "as3514.h"
33#endif 35#endif
34 36
35extern void audiohw_postinit(void); 37extern void audiohw_postinit(void);