aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dm1105
diff options
context:
space:
mode:
authorIgor M. Liplianin <liplianin@me.by>2008-10-17 12:45:55 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-17 16:41:30 -0400
commitd4305c68cc30b66a71ea05297e6c0663feccad65 (patch)
treedd5e449ef35daa7c37eee00062f57940afb9faa4 /drivers/media/dvb/dm1105
parenteb229b22fbe8b76c6531b1caca3800f9e1f705d5 (diff)
V4L/DVB (9296): Patch to remove warning message during cx88-dvb compilation
Remove warning message during cx88-dvb compilation. Also fixes double underline in function and struct names. Signed-off-by: Igor M. Liplianin <liplianin@me.by> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dm1105')
-rw-r--r--drivers/media/dvb/dm1105/dm1105.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/media/dvb/dm1105/dm1105.c b/drivers/media/dvb/dm1105/dm1105.c
index f7321448b4b1..14e627ef6465 100644
--- a/drivers/media/dvb/dm1105/dm1105.c
+++ b/drivers/media/dvb/dm1105/dm1105.c
@@ -595,6 +595,18 @@ static void dm1105dvb_hw_exit(struct dm1105dvb *dm1105dvb)
595 dm1105dvb_dma_unmap(dm1105dvb); 595 dm1105dvb_dma_unmap(dm1105dvb);
596} 596}
597 597
598static struct stv0299_config sharp_z0194a_config = {
599 .demod_address = 0x68,
600 .inittab = sharp_z0194a_inittab,
601 .mclk = 88000000UL,
602 .invert = 1,
603 .skip_reinit = 0,
604 .lock_output = STV0299_LOCKOUTPUT_1,
605 .volt13_op0_op1 = STV0299_VOLT13_OP1,
606 .min_delay_ms = 100,
607 .set_symbol_rate = sharp_z0194a_set_symbol_rate,
608};
609
598static struct stv0288_config earda_config = { 610static struct stv0288_config earda_config = {
599 .demod_address = 0x68, 611 .demod_address = 0x68,
600 .min_delay_ms = 100, 612 .min_delay_ms = 100,