V4L/DVB (11701): pvrusb2: Ensure the PVRUSB2 disabled the i2c gate on the tda10048.
authorSteven Toth <stoth@linuxtv.org>
Tue, 5 May 2009 22:31:42 +0000 (19:31 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 16 Jun 2009 21:21:01 +0000 (18:21 -0300)
... else DVB-T tuning will not work.

Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/pvrusb2/pvrusb2-devattr.c

index a0688c005b8459ace4e22491ff9e7e5bfa577e27..341af4355c0ca3cc0ad00d4aa754df6022f4136a 100644 (file)
@@ -287,6 +287,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 = {
This page took 0.025851 seconds and 5 git commands to generate.