summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorSteven Toth <stoth@linuxtv.org>2009-05-05 18:31:42 -0400
committerSteven Toth <stoth@linuxtv.org>2009-05-05 18:31:42 -0400
commit8b727693b8af14cfee6510a7eccbf4777fa133bc (patch)
treee695f4af856361d47d1bc54c9bd3fe2228b73dab /linux/drivers/media
parentae3601f13c4816b10e34a719b5f04ebcdc924879 (diff)
downloadmediapointer-dvb-s2-8b727693b8af14cfee6510a7eccbf4777fa133bc.tar.gz
mediapointer-dvb-s2-8b727693b8af14cfee6510a7eccbf4777fa133bc.tar.bz2
pvrusb2: Ensure the PVRUSB2 disabled the i2c gate on the tda10048.
From: Steven Toth <stoth@linuxtv.org> ... else DVB-T tuning will not work. Priority: high Signed-off-by: Steven Toth <stoth@linuxtv.org> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/video/pvrusb2/pvrusb2-devattr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-devattr.c b/linux/drivers/media/video/pvrusb2/pvrusb2-devattr.c
index 76d42d92e..129de13da 100644
--- a/linux/drivers/media/video/pvrusb2/pvrusb2-devattr.c
+++ b/linux/drivers/media/video/pvrusb2/pvrusb2-devattr.c
@@ -286,6 +286,7 @@ static struct tda10048_config hauppauge_tda10048_config = {
.inversion = TDA10048_INVERSION_ON,
.if_freq_khz = TDA10048_IF_4300,
.clk_freq_khz = TDA10048_CLK_16000,
+ .disable_gate_access = 1,
};
static struct tda829x_config tda829x_no_probe = {