diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-03-28 13:21:04 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:56 -0400 |
commit | 0b86755f57bd2cc92d05ba3a613ab6ff44f09980 (patch) | |
tree | 843ca3f12377a8cd535a062ef74fda7652f532b5 | |
parent | 1b879c43811933514130421548fff7640e84d8e5 (diff) |
V4L/DVB (7455): cx88_dvb: qam doesn't apply on Kword ATSC 120
Thanks to Michael Krufky for pointing this.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/video/cx88/cx88-dvb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c index 13cc395ca656..5e7c7fdb38ae 100644 --- a/drivers/media/video/cx88/cx88-dvb.c +++ b/drivers/media/video/cx88/cx88-dvb.c | |||
@@ -444,7 +444,6 @@ static struct s5h1409_config dvico_hdtv5_pci_nano_config = { | |||
444 | 444 | ||
445 | static struct s5h1409_config kworld_atsc_120_config = { | 445 | static struct s5h1409_config kworld_atsc_120_config = { |
446 | .demod_address = 0x32 >> 1, | 446 | .demod_address = 0x32 >> 1, |
447 | .qam_if = 44000, | ||
448 | .output_mode = S5H1409_SERIAL_OUTPUT, | 447 | .output_mode = S5H1409_SERIAL_OUTPUT, |
449 | .gpio = S5H1409_GPIO_OFF, | 448 | .gpio = S5H1409_GPIO_OFF, |
450 | .inversion = S5H1409_INVERSION_OFF, | 449 | .inversion = S5H1409_INVERSION_OFF, |