summaryrefslogtreecommitdiff
path: root/firmware/export/config-iaudio7.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-iaudio7.h')
-rw-r--r--firmware/export/config-iaudio7.h21
1 files changed, 9 insertions, 12 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