summaryrefslogtreecommitdiff
path: root/firmware/drivers/tuner/s1a0903x01.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/tuner/s1a0903x01.c')
-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 d2d9de8cfe..3a417d73af 100644
--- a/firmware/drivers/tuner/s1a0903x01.c
+++ b/firmware/drivers/tuner/s1a0903x01.c
@@ -28,6 +28,7 @@
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#include "mas.h"
31#include "power.h"
31 32
32#define DEFAULT_IN1 0x100003 /* Mute */ 33#define DEFAULT_IN1 0x100003 /* Mute */
33#define DEFAULT_IN2 0x140884 /* 5kHz, 7.2MHz crystal */ 34#define DEFAULT_IN2 0x140884 /* 5kHz, 7.2MHz crystal */