diff options
author | Andreas Regel <andreas.regel@gmx.de> | 2010-01-06 01:24:10 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-02-26 21:10:37 +0300 |
commit | ca108b39a75d9c6e8a18c8723ccb9c98fb8d6265 (patch) | |
tree | 478f40320967ec2ce7fd6598193c88ecada9b3fd /drivers/media/dvb/frontends/stv6110x.h | |
parent | 9045e729447192ab0ca27191ccab324c6b97fceb (diff) | |
download | linux-ca108b39a75d9c6e8a18c8723ccb9c98fb8d6265.tar.xz |
V4L/DVB (13983): [STV6110x] add clk_div member to stv6110x_config structure
Using clk_div member of stv6110x_config structure the tuner's clock
output divider can be configured. It is set in stv6110x_attach.
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/stv6110x.h')
-rw-r--r-- | drivers/media/dvb/frontends/stv6110x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/stv6110x.h b/drivers/media/dvb/frontends/stv6110x.h index a38257080e01..2429ae6d7847 100644 --- a/drivers/media/dvb/frontends/stv6110x.h +++ b/drivers/media/dvb/frontends/stv6110x.h @@ -26,6 +26,7 @@ struct stv6110x_config { u8 addr; u32 refclk; + u8 clk_div; /* divisor value for the output clock */ }; enum tuner_mode { |