summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/cx24116.h
diff options
context:
space:
mode:
authorIgor M. Liplianin <liplianin@me.by>2008-09-09 18:57:47 +0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-12 13:37:04 +0200
commitcc8c4f3a9c8dacff198438debd159ae4753744fc (patch)
tree7de1182075ed926596e35140007c77a8f71b31b9 /drivers/media/dvb/frontends/cx24116.h
parentV4L/DVB (8993): cx24116: Fix lock for high (above 30000 kSyms) symbol rates (diff)
downloadlinux-cc8c4f3a9c8dacff198438debd159ae4753744fc.tar.xz
linux-cc8c4f3a9c8dacff198438debd159ae4753744fc.zip
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/frontends/cx24116.h')
-rw-r--r--drivers/media/dvb/frontends/cx24116.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/cx24116.h b/drivers/media/dvb/frontends/cx24116.h
index 27896725204a..8dbcec268394 100644
--- a/drivers/media/dvb/frontends/cx24116.h
+++ b/drivers/media/dvb/frontends/cx24116.h
@@ -33,6 +33,9 @@ struct cx24116_config
/* Need to reset device during firmware loading */
int (*reset_device)(struct dvb_frontend* fe);
+
+ /* Need to set MPEG parameters */
+ u8 mpg_clk_pos_pol:0x02;
};
#if defined(CONFIG_DVB_CX24116) || defined(CONFIG_DVB_CX24116_MODULE)