From 1a08f46329e9f6d7bd55a8a9ad45db27df8a7593 Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Tue, 16 Sep 2008 08:09:44 +0000 Subject: Commit fs#9404 (iAudio 7 updates by vitja). Also fixes play/pause behaviour on D2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18528 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-iaudio7.h | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'firmware/export/config-iaudio7.h') diff --git a/firmware/export/config-iaudio7.h b/firmware/export/config-iaudio7.h index 8bc73fa41c..881dc0d1b2 100644 --- a/firmware/export/config-iaudio7.h +++ b/firmware/export/config-iaudio7.h @@ -13,7 +13,7 @@ explicitly if different */ #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO) -/* define hardware samples rate caps mask */ +/* define hardware samples rate caps mask */ #define HW_SAMPR_CAPS (/*SAMPR_CAP_88 | */SAMPR_CAP_44/* | SAMPR_CAP_22 | SAMPR_CAP_11*/) /* define the bitmask of recording sample rates */ @@ -31,6 +31,9 @@ /* define this if you can invert the colours on your LCD */ //#define HAVE_LCD_INVERT +/* define this if you want album art for this target */ +#define HAVE_ALBUMART + /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN @@ -100,11 +103,8 @@ /* Codec is slave on serial bus */ #define CODEC_SLAVE -/* Define this if you have the TLV320 audio codec */ -//#define HAVE_TLV320 - -/* TLV320 has no tone controls, so we use the software ones */ -//#define HAVE_SW_TONE_CONTROLS +/* WM8731 has no tone controls, so we use the software ones */ +#define HAVE_SW_TONE_CONTROLS /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT @@ -132,9 +132,6 @@ /* Define this to the CPU frequency */ #define CPU_FREQ 120000000 -/* Offset ( in the firmware file's header ) to the file length */ -//#define FIRMWARE_OFFSET_FILE_LENGTH 0 - /* Offset ( in the firmware file's header ) to the file CRC */ #define FIRMWARE_OFFSET_FILE_CRC 0 @@ -146,12 +143,12 @@ #define CONFIG_LCD LCD_IAUDIO67 -/* FM Tuner */ +/* FM Tuner */ #define CONFIG_TUNER LV24020LP #define HAVE_TUNER_PWR_CTRL -/* Define this for FM radio input available */ -#define HAVE_FMRADIO_IN +/* Define this for FM radio input available */ +#define HAVE_FMRADIO_IN #define BOOTFILE_EXT "iaudio" #define BOOTFILE "rockbox." BOOTFILE_EXT -- cgit v1.2.3