summaryrefslogtreecommitdiff
path: root/drivers/staging/ti-st/fmdrv_rx.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/ti-st/fmdrv_rx.h')
-rw-r--r--drivers/staging/ti-st/fmdrv_rx.h43
1 files changed, 22 insertions, 21 deletions
diff --git a/drivers/staging/ti-st/fmdrv_rx.h b/drivers/staging/ti-st/fmdrv_rx.h
index a861a7f1e2c4..3b473724836e 100644
--- a/drivers/staging/ti-st/fmdrv_rx.h
+++ b/drivers/staging/ti-st/fmdrv_rx.h
@@ -22,14 +22,14 @@
#ifndef _FMDRV_RX_H
#define _FMDRV_RX_H
-int fm_rx_set_frequency(struct fmdrv_ops*, unsigned int);
-int fm_rx_set_mute_mode(struct fmdrv_ops*, unsigned char);
-int fm_rx_set_stereo_mono(struct fmdrv_ops*, unsigned short);
-int fm_rx_set_rds_mode(struct fmdrv_ops*, unsigned char);
+int fm_rx_set_frequency(struct fmdrv_ops *, unsigned int);
+int fm_rx_set_mute_mode(struct fmdrv_ops *, unsigned char);
+int fm_rx_set_stereo_mono(struct fmdrv_ops *, unsigned short);
+int fm_rx_set_rds_mode(struct fmdrv_ops *, unsigned char);
int fm_rx_set_rds_system(struct fmdrv_ops *, unsigned char);
-int fm_rx_set_volume(struct fmdrv_ops*, unsigned short);
-int fm_rx_set_rssi_threshold(struct fmdrv_ops*, short);
-int fm_rx_set_region(struct fmdrv_ops*, unsigned char);
+int fm_rx_set_volume(struct fmdrv_ops *, unsigned short);
+int fm_rx_set_rssi_threshold(struct fmdrv_ops *, short);
+int fm_rx_set_region(struct fmdrv_ops *, unsigned char);
int fm_rx_set_rfdepend_softmute(struct fmdrv_ops *, unsigned char);
int fm_rx_set_deemphasis_mode(struct fmdrv_ops *, unsigned short);
int fm_rx_set_af_switch(struct fmdrv_ops *, unsigned char);
@@ -37,22 +37,23 @@ int fm_rx_set_af_switch(struct fmdrv_ops *, unsigned char);
void fm_rx_reset_rds_cache(struct fmdrv_ops *);
void fm_rx_reset_curr_station_info(struct fmdrv_ops *);
-int fm_rx_seek(struct fmdrv_ops*, unsigned int, unsigned int);
+int fm_rx_seek(struct fmdrv_ops *, unsigned int, unsigned int);
-int fm_rx_get_rds_mode(struct fmdrv_ops*, unsigned char*);
-int fm_rx_get_rds_system(struct fmdrv_ops *, unsigned char*);
-int fm_rx_get_mute_mode(struct fmdrv_ops*, unsigned char*);
-int fm_rx_get_volume(struct fmdrv_ops*, unsigned short*);
-int fm_rx_get_currband_lowhigh_freq(struct fmdrv_ops*,
- unsigned int*, unsigned int*);
-int fm_rx_get_stereo_mono(struct fmdrv_ops *, unsigned short*);
-int fm_rx_get_rssi_level(struct fmdrv_ops *, unsigned short*);
-int fm_rx_get_rssi_threshold(struct fmdrv_ops *, short*);
-int fm_rx_get_rfdepend_softmute(struct fmdrv_ops *, unsigned char*);
-int fm_rx_get_deemphasis_mode(struct fmdrv_ops *, unsigned short*);
+int fm_rx_get_rds_mode(struct fmdrv_ops *, unsigned char *);
+int fm_rx_get_rds_system(struct fmdrv_ops *, unsigned char *);
+int fm_rx_get_mute_mode(struct fmdrv_ops *, unsigned char *);
+int fm_rx_get_volume(struct fmdrv_ops *, unsigned short *);
+int fm_rx_get_currband_freq_range(struct fmdrv_ops *,
+ unsigned int *, unsigned int *);
+int fm_rx_get_stereo_mono(struct fmdrv_ops *, unsigned short *);
+int fm_rx_get_rssi_level(struct fmdrv_ops *, unsigned short *);
+int fm_rx_get_rssi_threshold(struct fmdrv_ops *, short *);
+int fm_rx_get_rfdepend_softmute(struct fmdrv_ops *, unsigned char *);
+int fm_rx_get_deemphasis_mode(struct fmdrv_ops *, unsigned short *);
int fm_rx_get_af_switch(struct fmdrv_ops *, unsigned char *);
+void fm_rx_get_region(struct fmdrv_ops *, unsigned char *);
-int fm_rx_set_chanl_spacing(struct fmdrv_ops*, unsigned char);
-int fm_rx_get_chanl_spacing(struct fmdrv_ops*, unsigned char*);
+int fm_rx_set_chanl_spacing(struct fmdrv_ops *, unsigned char);
+int fm_rx_get_chanl_spacing(struct fmdrv_ops *, unsigned char *);
#endif