summaryrefslogtreecommitdiff
path: root/firmware/export/tuner.h
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-10-18 07:58:59 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-10-18 07:58:59 +0000
commit6694212a6f2eda4bd70933ddabbc0243652f32d1 (patch)
treee91ae3ca579873c1463d5b623a8d9899aa578568 /firmware/export/tuner.h
parentd8426965a2284fc47bc6e1d9f932d0a9fb1a90ac (diff)
downloadrockbox-6694212a6f2eda4bd70933ddabbc0243652f32d1.tar.gz
rockbox-6694212a6f2eda4bd70933ddabbc0243652f32d1.zip
minor touchup, to make the tuner interface independent from the IF
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5302 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/tuner.h')
-rw-r--r--firmware/export/tuner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/tuner.h b/firmware/export/tuner.h
index ae31c6d354..c399bb391b 100644
--- a/firmware/export/tuner.h
+++ b/firmware/export/tuner.h
@@ -29,7 +29,7 @@
29#define RADIO_FORCE_MONO 5 29#define RADIO_FORCE_MONO 5
30/* readback from the tuner layer */ 30/* readback from the tuner layer */
31#define RADIO_PRESENT 0 31#define RADIO_PRESENT 0
32#define RADIO_IF_MEASURED 1 32#define RADIO_DEVIATION 1
33#define RADIO_STEREO 2 33#define RADIO_STEREO 2
34 34
35#ifdef CONFIG_TUNER 35#ifdef CONFIG_TUNER