From 47ea030e2e68a51f91a2c2302b7ea4d3ee1a2a07 Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Mon, 14 Jan 2008 22:04:48 +0000 Subject: Initial Cowon D2 commit: * bootloader test program (basic LCD & button drivers, reads touchscreen) * work-in-progress stubs for main build git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16090 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/audiohw.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'firmware/export/audiohw.h') diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h index 5dc7550478..cdc92221d7 100644 --- a/firmware/export/audiohw.h +++ b/firmware/export/audiohw.h @@ -29,6 +29,8 @@ #include "wm8751.h" #elif defined(HAVE_WM8975) || defined(HAVE_WM8978) #include "wm8975.h" +#elif defined(HAVE_WM8985) +#include "wm8985.h" #elif defined(HAVE_WM8758) #include "wm8758.h" #elif defined(HAVE_WM8721) @@ -62,7 +64,7 @@ enum { #endif #if CONFIG_CODEC == MAS3587F || defined(HAVE_UDA1380) || defined(HAVE_TLV320)\ || defined(HAVE_WM8975) || defined(HAVE_WM8758) || defined(HAVE_WM8731) \ - || defined(HAVE_AS3514) || defined(HAVE_WM8978) + || defined(HAVE_AS3514) || defined(HAVE_WM8978) || defined(HAVE_WM8985) SOUND_LEFT_GAIN, SOUND_RIGHT_GAIN, SOUND_MIC_GAIN, -- cgit v1.2.3