aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/dw2102.c
diff options
context:
space:
mode:
authorIgor M. Liplianin <liplianin@me.by>2008-09-09 12:57:47 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-12 07:37:04 -0400
commitcc8c4f3a9c8dacff198438debd159ae4753744fc (patch)
tree7de1182075ed926596e35140007c77a8f71b31b9 /drivers/media/dvb/dvb-usb/dw2102.c
parent3f8e51add2b7d37f16343e6bdcc63862d87ccd04 (diff)
V4L/DVB (8994): Adjust MPEG initialization in cx24116
Adjust MPEG initialization in cx24116 in order to accomodate different MPEG CLK position and polarity in different cards. 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/dw2102.c b/drivers/media/dvb/dvb-usb/dw2102.c
index 0f3f962b35bf..ad3d6fca9ab8 100644
--- a/drivers/media/dvb/dvb-usb/dw2102.c
+++ b/drivers/media/dvb/dvb-usb/dw2102.c
@@ -284,7 +284,7 @@ static int dw2102_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t voltage)
284 284
285static struct cx24116_config dw2104_config = { 285static struct cx24116_config dw2104_config = {
286 .demod_address = 0x55, 286 .demod_address = 0x55,
287 /*.mpg_clk_pos_pol = 0x01,*/ 287 .mpg_clk_pos_pol = 0x01,
288}; 288};
289 289
290static int dw2104_frontend_attach(struct dvb_usb_adapter *d) 290static int dw2104_frontend_attach(struct dvb_usb_adapter *d)