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/audiohw.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'firmware/export/audiohw.h') diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h index 38e68138c9..3838b007d0 100644 --- a/firmware/export/audiohw.h +++ b/firmware/export/audiohw.h @@ -22,6 +22,24 @@ #include "config.h" +#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" +#endif + enum { SOUND_VOLUME = 0, SOUND_BASS, -- cgit v1.2.3