summaryrefslogtreecommitdiff
path: root/firmware/export/lv24020lp.h
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2010-07-26 20:15:16 +0000
committerBertrik Sikken <bertrik@sikken.nl>2010-07-26 20:15:16 +0000
commitadc472bec522e5b8bd34302cb3267cfb9a12d12c (patch)
tree394ca78314cb2ece1fd5412f8870868e608be813 /firmware/export/lv24020lp.h
parent6087d8960328b427f495d46d74664a4b0e32af17 (diff)
downloadrockbox-adc472bec522e5b8bd34302cb3267cfb9a12d12c.tar.gz
rockbox-adc472bec522e5b8bd34302cb3267cfb9a12d12c.zip
FM tuner region code cleanup - FS #11492 by me.
This removes the tuner-specific region structs and makes each driver use the common one (which is now extended with a deemphasis field) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27579 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/lv24020lp.h')
-rw-r--r--firmware/export/lv24020lp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/lv24020lp.h b/firmware/export/lv24020lp.h
index 16a8856a3f..753949f361 100644
--- a/firmware/export/lv24020lp.h
+++ b/firmware/export/lv24020lp.h
@@ -37,8 +37,6 @@
37#define LV24020LP_DEBUG_FIRST LV24020LP_CTRL_STAT 37#define LV24020LP_DEBUG_FIRST LV24020LP_CTRL_STAT
38#define LV24020LP_DEBUG_LAST LV24020LP_SD_SET 38#define LV24020LP_DEBUG_LAST LV24020LP_SD_SET
39 39
40const unsigned char lv24020lp_region_data[TUNER_NUM_REGIONS];
41
42int lv24020lp_set(int setting, int value); 40int lv24020lp_set(int setting, int value);
43int lv24020lp_get(int setting); 41int lv24020lp_get(int setting);
44void lv24020lp_power(bool status); 42void lv24020lp_power(bool status);