summaryrefslogtreecommitdiff
path: root/firmware/drivers/tuner
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2008-10-14 11:43:32 +0000
committerBjörn Stenberg <bjorn@haxx.se>2008-10-14 11:43:32 +0000
commit9cf024c5a8418b9d4850b718ab299863507312a6 (patch)
tree4f497d352a1918b9b99ac11bb4819fff151f21d4 /firmware/drivers/tuner
parent9558c4956d3d603c4d132af88633767810f3ba62 (diff)
downloadrockbox-9cf024c5a8418b9d4850b718ab299863507312a6.tar.gz
rockbox-9cf024c5a8418b9d4850b718ab299863507312a6.zip
Red build fix: Moved PCM #defines from pcm_record.h to pcm.h. Added necessary #includes to statusbar.c and s1a0903x01.c.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18808 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/tuner')
-rw-r--r--firmware/drivers/tuner/s1a0903x01.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/tuner/s1a0903x01.c b/firmware/drivers/tuner/s1a0903x01.c
index f6442b269f..d2d9de8cfe 100644
--- a/firmware/drivers/tuner/s1a0903x01.c
+++ b/firmware/drivers/tuner/s1a0903x01.c
@@ -27,6 +27,7 @@
27#include "tuner.h" /* tuner abstraction interface */ 27#include "tuner.h" /* tuner abstraction interface */
28#include "fmradio.h" /* physical interface driver */ 28#include "fmradio.h" /* physical interface driver */
29#include "sound.h" 29#include "sound.h"
30#include "mas.h"
30 31
31#define DEFAULT_IN1 0x100003 /* Mute */ 32#define DEFAULT_IN1 0x100003 /* Mute */
32#define DEFAULT_IN2 0x140884 /* 5kHz, 7.2MHz crystal */ 33#define DEFAULT_IN2 0x140884 /* 5kHz, 7.2MHz crystal */