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.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/firmware/export/config-iaudio7.h b/firmware/export/config-iaudio7.h
index 8934470537..cce357ec4b 100644
--- a/firmware/export/config-iaudio7.h
+++ b/firmware/export/config-iaudio7.h
@@ -14,6 +14,13 @@
14 explicitly if different */ 14 explicitly if different */
15#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO) 15#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO)
16 16
17/* FM Tuner */
18#define CONFIG_TUNER LV24020LP
19#define HAVE_TUNER_PWR_CTRL
20
21/* Define this for FM radio input available */
22#define HAVE_FMRADIO_IN
23
17/* define hardware samples rate caps mask */ 24/* define hardware samples rate caps mask */
18#define HW_SAMPR_CAPS (/*SAMPR_CAP_88 | */SAMPR_CAP_44/* | SAMPR_CAP_22 | SAMPR_CAP_11*/) 25#define HW_SAMPR_CAPS (/*SAMPR_CAP_88 | */SAMPR_CAP_44/* | SAMPR_CAP_22 | SAMPR_CAP_11*/)
19 26
@@ -49,7 +56,7 @@
49 56
50#define HAVE_FAT16SUPPORT 57#define HAVE_FAT16SUPPORT
51 58
52#if 0 /* Enable for USB driver test */ 59#if 0 && !defined(SIMULATOR) /* Enable for USB driver test */
53#define HAVE_USBSTACK 60#define HAVE_USBSTACK
54#define USE_HIGH_SPEED 61#define USE_HIGH_SPEED
55#define USB_VENDOR_ID 0x0e21 62#define USB_VENDOR_ID 0x0e21
@@ -144,13 +151,6 @@
144 151
145#define CONFIG_LCD LCD_IAUDIO67 152#define CONFIG_LCD LCD_IAUDIO67
146 153
147/* FM Tuner */
148#define CONFIG_TUNER LV24020LP
149#define HAVE_TUNER_PWR_CTRL
150
151/* Define this for FM radio input available */
152#define HAVE_FMRADIO_IN
153
154#define BOOTFILE_EXT "iaudio" 154#define BOOTFILE_EXT "iaudio"
155#define BOOTFILE "rockbox." BOOTFILE_EXT 155#define BOOTFILE "rockbox." BOOTFILE_EXT
156#define BOOTDIR "/" 156#define BOOTDIR "/"