summaryrefslogtreecommitdiff
path: root/firmware/export/lv24020lp.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/lv24020lp.h')
-rw-r--r--firmware/export/lv24020lp.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/firmware/export/lv24020lp.h b/firmware/export/lv24020lp.h
index 0fc39b18df..7d24435353 100644
--- a/firmware/export/lv24020lp.h
+++ b/firmware/export/lv24020lp.h
@@ -32,16 +32,17 @@
32#define LV24020LP_IF_SET (RADIO_GET_CHIP_FIRST+5) 32#define LV24020LP_IF_SET (RADIO_GET_CHIP_FIRST+5)
33#define LV24020LP_SD_SET (RADIO_GET_CHIP_FIRST+6) 33#define LV24020LP_SD_SET (RADIO_GET_CHIP_FIRST+6)
34 34
35struct lv24020lp_region_data 35#define LV24020LP_DEBUG_FIRST LV24020LP_CTRL_STAT
36{ 36#define LV24020LP_DEBUG_LAST LV24020LP_SD_SET
37 unsigned char deemphasis;
38} __attribute__((packed));
39 37
40const unsigned char lv24020lp_region_data[TUNER_NUM_REGIONS]; 38const unsigned char lv24020lp_region_data[TUNER_NUM_REGIONS];
41 39
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);
43void lv24020lp_init(void);
44void lv24020lp_lock(void);
45void lv24020lp_unlock(void);
45 46
46#ifndef CONFIG_TUNER_MULTI 47#ifndef CONFIG_TUNER_MULTI
47#define tuner_set lv24020lp_set 48#define tuner_set lv24020lp_set