From 7df759c95107bc8e5f9a6ba17f77114fa9d80357 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 28 Jun 2009 17:43:04 +0000 Subject: Create an udacodec interface (similar to ascodec and wmcoded) and adapt/implement it for the iriver h1xx/h3xx and the meizus. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21546 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-meizu-m3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export/config-meizu-m3.h') diff --git a/firmware/export/config-meizu-m3.h b/firmware/export/config-meizu-m3.h index 2a02052381..4bb2e68725 100644 --- a/firmware/export/config-meizu-m3.h +++ b/firmware/export/config-meizu-m3.h @@ -85,8 +85,8 @@ #define CONFIG_LCD LCD_MEIZUM6 -/* Define this if you have the WM8975 audio codec */ -#define HAVE_WM8751 //FIXME +/* Define the type of audio codec */ +#define HAVE_UDA1380 /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT -- cgit v1.2.3