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)
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 @@
#include "wm8731l.h"
#elif defined(HAVE_TLV320)
#include "tlv320.h"
+#elif defined(HAVE_AS3514)
+#include "as3514.h"
#endif
extern void audiohw_postinit(void);