diff options
author | Igor M. Liplianin <liplianin@me.by> | 2008-10-17 12:45:55 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-17 16:41:30 -0400 |
commit | d4305c68cc30b66a71ea05297e6c0663feccad65 (patch) | |
tree | dd5e449ef35daa7c37eee00062f57940afb9faa4 /drivers/media/dvb/dvb-usb/dw2102.c | |
parent | eb229b22fbe8b76c6531b1caca3800f9e1f705d5 (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/dvb-usb/dw2102.c')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dw2102.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/dw2102.c b/drivers/media/dvb/dvb-usb/dw2102.c index ca53df61caa8..6286fbbe7fb5 100644 --- a/drivers/media/dvb/dvb-usb/dw2102.c +++ b/drivers/media/dvb/dvb-usb/dw2102.c | |||
@@ -422,6 +422,18 @@ static int dw210x_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t voltage) | |||
422 | return 0; | 422 | return 0; |
423 | } | 423 | } |
424 | 424 | ||
425 | static struct stv0299_config sharp_z0194a_config = { | ||
426 | .demod_address = 0x68, | ||
427 | .inittab = sharp_z0194a_inittab, | ||
428 | .mclk = 88000000UL, | ||
429 | .invert = 1, | ||
430 | .skip_reinit = 0, | ||
431 | .lock_output = STV0299_LOCKOUTPUT_1, | ||
432 | .volt13_op0_op1 = STV0299_VOLT13_OP1, | ||
433 | .min_delay_ms = 100, | ||
434 | .set_symbol_rate = sharp_z0194a_set_symbol_rate, | ||
435 | }; | ||
436 | |||
425 | static struct cx24116_config dw2104_config = { | 437 | static struct cx24116_config dw2104_config = { |
426 | .demod_address = 0x55, | 438 | .demod_address = 0x55, |
427 | .mpg_clk_pos_pol = 0x01, | 439 | .mpg_clk_pos_pol = 0x01, |