From 644d315ec0db81620d19856c392c3124936c48a4 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Tue, 22 May 2007 16:20:14 +0000 Subject: red free git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13466 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/sound.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware') 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 @@ #include "as3514.h" #elif defined(HAVE_MAS35XX) #include "mas35xx.h" +#else +/* For targets without audio */ +#include "audiohw.h" #endif extern void audiohw_postinit(void); -- cgit v1.2.3