Commit 88ab898f authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] dvb-core: don't use fe_bandwidth_t on driver

Now that everybody is talking DVBv5 API dialect, using this
DVBv3 macro internally is not ok.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 1b5d8716
...@@ -124,7 +124,7 @@ struct dst_state { ...@@ -124,7 +124,7 @@ struct dst_state {
u16 decode_snr; u16 decode_snr;
unsigned long cur_jiff; unsigned long cur_jiff;
u8 k22; u8 k22;
fe_bandwidth_t bandwidth; u32 bandwidth;
u32 dst_hw_cap; u32 dst_hw_cap;
u8 dst_fw_version; u8 dst_fw_version;
fe_sec_mini_cmd_t minicmd; fe_sec_mini_cmd_t minicmd;
......
...@@ -40,7 +40,7 @@ struct dib3000mc_state { ...@@ -40,7 +40,7 @@ struct dib3000mc_state {
u32 timf; u32 timf;
fe_bandwidth_t current_bandwidth; u32 current_bandwidth;
u16 dev_id; u16 dev_id;
......
...@@ -38,7 +38,7 @@ struct dib7000m_state { ...@@ -38,7 +38,7 @@ struct dib7000m_state {
u16 wbd_ref; u16 wbd_ref;
u8 current_band; u8 current_band;
fe_bandwidth_t current_bandwidth; u32 current_bandwidth;
struct dibx000_agc_config *current_agc; struct dibx000_agc_config *current_agc;
u32 timf; u32 timf;
u32 timf_default; u32 timf_default;
......
...@@ -153,7 +153,7 @@ struct tda10048_state { ...@@ -153,7 +153,7 @@ struct tda10048_state {
u32 pll_pfactor; u32 pll_pfactor;
u32 sample_freq; u32 sample_freq;
enum fe_bandwidth bandwidth; u32 bandwidth;
}; };
static struct init_tab { static struct init_tab {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment