diff options
author | Antti Palosaari <crope@iki.fi> | 2012-12-09 09:46:40 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-01-06 06:06:31 -0500 |
commit | 3b0d51afa026b87784d81e6a88522271a69ca7b9 (patch) | |
tree | dde3c9a7fc58cc22b29da42da7eb7e0b7732c969 /drivers/media/tuners/fc0012.h | |
parent | 71b1e82794bbae7b23409e013f7249dd2f382160 (diff) |
[media] fc0012: enable clock output on attach()
We need feed clock to slave demodulator at the very beginning
in case of dual tuner configuration.
I am not sure if that configuration changes clock output divider
or enable clock output itself...
Signed-off-by: Antti Palosaari <crope@iki.fi>
Acked-by: Hans-Frieder Vogt <hfvogt@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/tuners/fc0012.h')
-rw-r--r-- | drivers/media/tuners/fc0012.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/tuners/fc0012.h b/drivers/media/tuners/fc0012.h index 891d66d5af3b..83a98e732502 100644 --- a/drivers/media/tuners/fc0012.h +++ b/drivers/media/tuners/fc0012.h | |||
@@ -41,6 +41,11 @@ struct fc0012_config { | |||
41 | * RF loop-through | 41 | * RF loop-through |
42 | */ | 42 | */ |
43 | bool loop_through; | 43 | bool loop_through; |
44 | |||
45 | /* | ||
46 | * clock output | ||
47 | */ | ||
48 | bool clock_out; | ||
44 | }; | 49 | }; |
45 | 50 | ||
46 | #if defined(CONFIG_MEDIA_TUNER_FC0012) || \ | 51 | #if defined(CONFIG_MEDIA_TUNER_FC0012) || \ |