diff options
author | Andreas Regel <andreas.regel@gmx.de> | 2010-01-05 17:22:07 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-02-26 13:10:36 -0500 |
commit | f91e59cb5e6add13d4e45c5cc8d45a614e1dc8e4 (patch) | |
tree | de4b04afb55fcaf55885dd725d891a4a86215766 /drivers/media/dvb/frontends/stv090x.h | |
parent | c369b7c2820dcad91b1354362097f6d8f9cf9307 (diff) |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/stv090x.h b/drivers/media/dvb/frontends/stv090x.h index e009183ad772..96e3dc758e08 100644 --- a/drivers/media/dvb/frontends/stv090x.h +++ b/drivers/media/dvb/frontends/stv090x.h | |||
@@ -70,6 +70,8 @@ struct stv090x_config { | |||
70 | 70 | ||
71 | u8 ts1_mode; | 71 | u8 ts1_mode; |
72 | u8 ts2_mode; | 72 | u8 ts2_mode; |
73 | u32 ts1_clk; | ||
74 | u32 ts2_clk; | ||
73 | 75 | ||
74 | enum stv090x_i2crpt repeater_level; | 76 | enum stv090x_i2crpt repeater_level; |
75 | 77 | ||