diff options
| author | Rob Purchase <shotofadds@rockbox.org> | 2008-09-16 08:09:44 +0000 |
|---|---|---|
| committer | Rob Purchase <shotofadds@rockbox.org> | 2008-09-16 08:09:44 +0000 |
| commit | 1a08f46329e9f6d7bd55a8a9ad45db27df8a7593 (patch) | |
| tree | 693d2bd43f42c2d1ba35584e3a0b08f4fcef5969 /firmware/export | |
| parent | 9cf7ef68c9747fe1baa16a80e28d8cb783ea63f5 (diff) | |
| download | rockbox-1a08f46329e9f6d7bd55a8a9ad45db27df8a7593.zip rockbox-1a08f46329e9f6d7bd55a8a9ad45db27df8a7593.tar.gz rockbox-1a08f46329e9f6d7bd55a8a9ad45db27df8a7593.tar.bz2 rockbox-1a08f46329e9f6d7bd55a8a9ad45db27df8a7593.tar.xz | |
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
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-iaudio7.h | 21 | ||||
| -rw-r--r-- | firmware/export/hd66789r.h | 2 |
2 files changed, 10 insertions, 13 deletions
diff --git a/firmware/export/config-iaudio7.h b/firmware/export/config-iaudio7.h index 8bc73fa..881dc0d 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 diff --git a/firmware/export/hd66789r.h b/firmware/export/hd66789r.h index 464ddba..f0b2c2b 100644 --- a/firmware/export/hd66789r.h +++ b/firmware/export/hd66789r.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2008 Vitja Makarov + * Copyright (C) 2004 by Linus Nielsen Feltzing * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License |