1
0
Fork 0
forked from len0rd/rockbox

Enable radio for sansa m200v4.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19929 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2009-02-05 20:23:37 +00:00
parent 4c2909c917
commit e3927102ba

View file

@ -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