aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-04-22 13:46:06 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 13:07:52 -0400
commit7f7203df3f7d056e5f3c4419c6ab3835f44b288c (patch)
tree56716e59f395057cdffb80769ff3f28f19a4a842 /drivers/media/video/cx23885
parentc293d0a72ecb9dd09037cdf4a9089e455404cf4a (diff)
V4L/DVB (7385): tda18271: store agc_mode configuration independently of std_bits
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx23885')
-rw-r--r--drivers/media/video/cx23885/cx23885-dvb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c
index 6c21779852fb..22381de7359e 100644
--- a/drivers/media/video/cx23885/cx23885-dvb.c
+++ b/drivers/media/video/cx23885/cx23885-dvb.c
@@ -164,8 +164,8 @@ static struct tda829x_config tda829x_no_probe = {
164}; 164};
165 165
166static struct tda18271_std_map hauppauge_tda18271_std_map = { 166static struct tda18271_std_map hauppauge_tda18271_std_map = {
167 .atsc_6 = { .if_freq = 5380, .std_bits = 0x1b }, 167 .atsc_6 = { .if_freq = 5380, .agc_mode = 3, .std = 3 },
168 .qam_6 = { .if_freq = 4000, .std_bits = 0x18 }, 168 .qam_6 = { .if_freq = 4000, .agc_mode = 3, .std = 0 },
169}; 169};
170 170
171static struct tda18271_config hauppauge_tda18271_config = { 171static struct tda18271_config hauppauge_tda18271_config = {