aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/stv090x.h
diff options
context:
space:
mode:
authorAndreas Regel <andreas.regel@gmx.de>2010-01-05 19:22:07 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-02-26 15:10:36 -0300
commitf91e59cb5e6add13d4e45c5cc8d45a614e1dc8e4 (patch)
treede4b04afb55fcaf55885dd725d891a4a86215766 /drivers/media/dvb/frontends/stv090x.h
parentc369b7c2820dcad91b1354362097f6d8f9cf9307 (diff)
downloadkernel_samsung_crespo-f91e59cb5e6add13d4e45c5cc8d45a614e1dc8e4.zip
kernel_samsung_crespo-f91e59cb5e6add13d4e45c5cc8d45a614e1dc8e4.tar.gz
kernel_samsung_crespo-f91e59cb5e6add13d4e45c5cc8d45a614e1dc8e4.tar.bz2
V4L/DVB (13979): [STV090x] Added possibility to set a fixed TS output clock.
This could be useful for p.e. Common Interface applications where data rate is limited. Signed-off-by: Andreas Regel <andreas.regel@gmx.de> Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stv090x.h')
-rw-r--r--drivers/media/dvb/frontends/stv090x.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/stv090x.h b/drivers/media/dvb/frontends/stv090x.h
index e009183..96e3dc7 100644
--- a/drivers/media/dvb/frontends/stv090x.h
+++ b/drivers/media/dvb/frontends/stv090x.h
@@ -70,6 +70,8 @@ struct stv090x_config {
u8 ts1_mode;
u8 ts2_mode;
+ u32 ts1_clk;
+ u32 ts2_clk;
enum stv090x_i2crpt repeater_level;