summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core/dvb_frontend.h
diff options
context:
space:
mode:
authorSteven Toth2008-09-13 21:56:34 +0200
committerMauro Carvalho Chehab2008-10-12 13:37:05 +0200
commit75b7f9437b1cf63750bb58efaaeb6d72d04b3c7f (patch)
tree4f12ac2cbd75bfdb638618c9aff568305cc55c82 /drivers/media/dvb/dvb-core/dvb_frontend.h
parentV4L/DVB (9006): S2API: Allow reliable use of old and new api on the same fron... (diff)
downloadkernel-qcow2-linux-75b7f9437b1cf63750bb58efaaeb6d72d04b3c7f.tar.gz
kernel-qcow2-linux-75b7f9437b1cf63750bb58efaaeb6d72d04b3c7f.tar.xz
kernel-qcow2-linux-75b7f9437b1cf63750bb58efaaeb6d72d04b3c7f.zip
V4L/DVB (9007): S2API: Changed bandwidth to be expressed in HZ
Also added some compat code for the older API. Added more ISDB message/command suggestions, current not connected in dvb-core. Signed-off-by: Steven Toth <stoth@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-core/dvb_frontend.h')
-rw-r--r--drivers/media/dvb/dvb-core/dvb_frontend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.h b/drivers/media/dvb/dvb-core/dvb_frontend.h
index 784e8fe1d3bd..2fa37f5a0d9a 100644
--- a/drivers/media/dvb/dvb-core/dvb_frontend.h
+++ b/drivers/media/dvb/dvb-core/dvb_frontend.h
@@ -198,7 +198,7 @@ struct dtv_frontend_properties {
fe_spectral_inversion_t inversion;
fe_code_rate_t fec_inner;
fe_transmit_mode_t transmission_mode;
- fe_bandwidth_t bandwidth;
+ u32 bandwidth_hz; /* 0 = AUTO */
fe_guard_interval_t guard_interval;
fe_hierarchy_t hierarchy;
u32 symbol_rate;