summaryrefslogtreecommitdiff
path: root/firmware/export/config/rk27generic.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/rk27generic.h')
-rw-r--r--firmware/export/config/rk27generic.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config/rk27generic.h b/firmware/export/config/rk27generic.h
index 10fbd451e4..9a4326358f 100644
--- a/firmware/export/config/rk27generic.h
+++ b/firmware/export/config/rk27generic.h
@@ -13,6 +13,7 @@
13/* Define bitmask of input sources - recordable bitmask can be defined 13/* Define bitmask of input sources - recordable bitmask can be defined
14 explicitly if different */ 14 explicitly if different */
15/* #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FM) */ 15/* #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FM) */
16#define INPUT_SRC_CAPS SRC_CAP_FMRADIO
16 17
17/* define the bitmask of hardware sample rates */ 18/* define the bitmask of hardware sample rates */
18#define HW_SAMPR_CAPS (SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11 \ 19#define HW_SAMPR_CAPS (SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11 \
@@ -106,6 +107,9 @@
106/* Define the type of audio codec */ 107/* Define the type of audio codec */
107#define HAVE_RK27XX_CODEC 108#define HAVE_RK27XX_CODEC
108 109
110#define CONFIG_TUNER TEA5767
111#define CONFIG_TUNER_XTAL 32768
112
109/* #define HAVE_PCM_DMA_ADDRESS */ 113/* #define HAVE_PCM_DMA_ADDRESS */
110 114
111/* Define this for LCD backlight available */ 115/* Define this for LCD backlight available */