From 10e21d19bfda9afa2a1569db9a5e4a3e89a4e784 Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Tue, 22 May 2007 20:17:35 +0000 Subject: make audiohw.h include the DAC header files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13473 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/sound.h | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'firmware/export/sound.h') diff --git a/firmware/export/sound.h b/firmware/export/sound.h index 59e8853e82..929b83b9e6 100644 --- a/firmware/export/sound.h +++ b/firmware/export/sound.h @@ -20,26 +20,7 @@ #define SOUND_H #include -#ifdef HAVE_UDA1380 -#include "uda1380.h" -#elif defined(HAVE_WM8751) -#include "wm8751.h" -#elif defined(HAVE_WM8975) -#include "wm8975.h" -#elif defined(HAVE_WM8758) -#include "wm8758.h" -#elif defined(HAVE_WM8731) || defined(HAVE_WM8721) -#include "wm8731l.h" -#elif defined(HAVE_TLV320) -#include "tlv320.h" -#elif defined(HAVE_AS3514) -#include "as3514.h" -#elif defined(HAVE_MAS35XX) -#include "mas35xx.h" -#else -/* For targets without audio */ -#include "audiohw.h" -#endif +#include extern void audiohw_postinit(void); -- cgit v1.2.3