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.tar.gz rockbox-1a08f46329e9f6d7bd55a8a9ad45db27df8a7593.zip |
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 8bc73fa41c..881dc0d1b2 100644 --- a/firmware/export/config-iaudio7.h +++ b/firmware/export/config-iaudio7.h | |||
@@ -13,7 +13,7 @@ | |||
13 | explicitly if different */ | 13 | explicitly if different */ |
14 | #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO) | 14 | #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO) |
15 | 15 | ||
16 | /* define hardware samples rate caps mask */ | 16 | /* define hardware samples rate caps mask */ |
17 | #define HW_SAMPR_CAPS (/*SAMPR_CAP_88 | */SAMPR_CAP_44/* | SAMPR_CAP_22 | SAMPR_CAP_11*/) | 17 | #define HW_SAMPR_CAPS (/*SAMPR_CAP_88 | */SAMPR_CAP_44/* | SAMPR_CAP_22 | SAMPR_CAP_11*/) |
18 | 18 | ||
19 | /* define the bitmask of recording sample rates */ | 19 | /* define the bitmask of recording sample rates */ |
@@ -31,6 +31,9 @@ | |||
31 | /* define this if you can invert the colours on your LCD */ | 31 | /* define this if you can invert the colours on your LCD */ |
32 | //#define HAVE_LCD_INVERT | 32 | //#define HAVE_LCD_INVERT |
33 | 33 | ||
34 | /* define this if you want album art for this target */ | ||
35 | #define HAVE_ALBUMART | ||
36 | |||
34 | /* define this if you have access to the quickscreen */ | 37 | /* define this if you have access to the quickscreen */ |
35 | #define HAVE_QUICKSCREEN | 38 | #define HAVE_QUICKSCREEN |
36 | 39 | ||
@@ -100,11 +103,8 @@ | |||
100 | /* Codec is slave on serial bus */ | 103 | /* Codec is slave on serial bus */ |
101 | #define CODEC_SLAVE | 104 | #define CODEC_SLAVE |
102 | 105 | ||
103 | /* Define this if you have the TLV320 audio codec */ | 106 | /* WM8731 has no tone controls, so we use the software ones */ |
104 | //#define HAVE_TLV320 | 107 | #define HAVE_SW_TONE_CONTROLS |
105 | |||
106 | /* TLV320 has no tone controls, so we use the software ones */ | ||
107 | //#define HAVE_SW_TONE_CONTROLS | ||
108 | 108 | ||
109 | /* Define this for LCD backlight available */ | 109 | /* Define this for LCD backlight available */ |
110 | #define HAVE_BACKLIGHT | 110 | #define HAVE_BACKLIGHT |
@@ -132,9 +132,6 @@ | |||
132 | /* Define this to the CPU frequency */ | 132 | /* Define this to the CPU frequency */ |
133 | #define CPU_FREQ 120000000 | 133 | #define CPU_FREQ 120000000 |
134 | 134 | ||
135 | /* Offset ( in the firmware file's header ) to the file length */ | ||
136 | //#define FIRMWARE_OFFSET_FILE_LENGTH 0 | ||
137 | |||
138 | /* Offset ( in the firmware file's header ) to the file CRC */ | 135 | /* Offset ( in the firmware file's header ) to the file CRC */ |
139 | #define FIRMWARE_OFFSET_FILE_CRC 0 | 136 | #define FIRMWARE_OFFSET_FILE_CRC 0 |
140 | 137 | ||
@@ -146,12 +143,12 @@ | |||
146 | 143 | ||
147 | #define CONFIG_LCD LCD_IAUDIO67 | 144 | #define CONFIG_LCD LCD_IAUDIO67 |
148 | 145 | ||
149 | /* FM Tuner */ | 146 | /* FM Tuner */ |
150 | #define CONFIG_TUNER LV24020LP | 147 | #define CONFIG_TUNER LV24020LP |
151 | #define HAVE_TUNER_PWR_CTRL | 148 | #define HAVE_TUNER_PWR_CTRL |
152 | 149 | ||
153 | /* Define this for FM radio input available */ | 150 | /* Define this for FM radio input available */ |
154 | #define HAVE_FMRADIO_IN | 151 | #define HAVE_FMRADIO_IN |
155 | 152 | ||
156 | #define BOOTFILE_EXT "iaudio" | 153 | #define BOOTFILE_EXT "iaudio" |
157 | #define BOOTFILE "rockbox." BOOTFILE_EXT | 154 | #define BOOTFILE "rockbox." BOOTFILE_EXT |
diff --git a/firmware/export/hd66789r.h b/firmware/export/hd66789r.h index 464ddbab4f..f0b2c2bb71 100644 --- a/firmware/export/hd66789r.h +++ b/firmware/export/hd66789r.h | |||
@@ -7,7 +7,7 @@ | |||
7 | * \/ \/ \/ \/ \/ | 7 | * \/ \/ \/ \/ \/ |
8 | * $Id$ | 8 | * $Id$ |
9 | * | 9 | * |
10 | * Copyright (C) 2008 Vitja Makarov | 10 | * Copyright (C) 2004 by Linus Nielsen Feltzing |
11 | * | 11 | * |
12 | * This program is free software; you can redistribute it and/or | 12 | * This program is free software; you can redistribute it and/or |
13 | * modify it under the terms of the GNU General Public License | 13 | * modify it under the terms of the GNU General Public License |