summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-usb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-10-17 19:45:55 +0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-17 19:45:55 +0300
commit3beaddc560d35b83ba5793dcbe8c3a49ac58cdc7 (patch)
tree232215522cc74e2e931ef76604ba1d6959eba954 /linux/drivers/media/dvb/dvb-usb
parentef2ecf95ffb38ff7bdd530004e37e3e30a07a454 (diff)
downloadmediapointer-dvb-s2-3beaddc560d35b83ba5793dcbe8c3a49ac58cdc7.tar.gz
mediapointer-dvb-s2-3beaddc560d35b83ba5793dcbe8c3a49ac58cdc7.tar.bz2
Patch to remove warning message during cx88-dvb compilation
From: Igor M. Liplianin <liplianin@me.by> 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 'linux/drivers/media/dvb/dvb-usb')
-rw-r--r--linux/drivers/media/dvb/dvb-usb/dw2102.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/dw2102.c b/linux/drivers/media/dvb/dvb-usb/dw2102.c
index ca53df61c..6286fbbe7 100644
--- a/linux/drivers/media/dvb/dvb-usb/dw2102.c
+++ b/linux/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)
return 0;
}
+static struct stv0299_config sharp_z0194a_config = {
+ .demod_address = 0x68,
+ .inittab = sharp_z0194a_inittab,
+ .mclk = 88000000UL,
+ .invert = 1,
+ .skip_reinit = 0,
+ .lock_output = STV0299_LOCKOUTPUT_1,
+ .volt13_op0_op1 = STV0299_VOLT13_OP1,
+ .min_delay_ms = 100,
+ .set_symbol_rate = sharp_z0194a_set_symbol_rate,
+};
+
static struct cx24116_config dw2104_config = {
.demod_address = 0x55,
.mpg_clk_pos_pol = 0x01,