diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2009-02-05 20:23:37 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2009-02-05 20:23:37 +0000 |
| commit | e3927102ba1d68b4b7cc37511df85238a62e8f0e (patch) | |
| tree | 141dafa7534ebf5292fc0567af9c74c78510daca | |
| parent | 4c2909c91792d9b41fe93ebfb05a629209942ce4 (diff) | |
| download | rockbox-e3927102ba1d68b4b7cc37511df85238a62e8f0e.zip rockbox-e3927102ba1d68b4b7cc37511df85238a62e8f0e.tar.gz rockbox-e3927102ba1d68b4b7cc37511df85238a62e8f0e.tar.bz2 rockbox-e3927102ba1d68b4b7cc37511df85238a62e8f0e.tar.xz | |
Enable radio for sansa m200v4.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19929 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-m200v4.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/firmware/export/config-m200v4.h b/firmware/export/config-m200v4.h index ec264d0..3c601a7 100644 --- a/firmware/export/config-m200v4.h +++ b/firmware/export/config-m200v4.h @@ -22,12 +22,12 @@ #define REC_FREQ_DEFAULT REC_FREQ_22 /* Default is not 44.1kHz */ #define REC_SAMPR_DEFAULT SAMPR_22 +#endif + /* Define bitmask of input sources - recordable bitmask can be defined explicitly if different */ #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO) -#endif - /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP @@ -80,6 +80,9 @@ #define AB_REPEAT_ENABLE 1 +#define CONFIG_TUNER TEA5767 +#define CONFIG_TUNER_XTAL 32768 + /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC |