diff options
author | Igor M. Liplianin <liplianin@me.by> | 2008-09-14 06:43:53 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 07:37:06 -0400 |
commit | c063a48923525dcf20924eb8f1af3b22248f1e13 (patch) | |
tree | a9d092dbcce0576354e3860c349ebf7f2db0ba50 /drivers/media/dvb/frontends/cx24116.c | |
parent | 7396d3ea94b871de66940ea27d4bf81513404990 (diff) |
V4L/DVB (9014): History update: MPEG initialization in cx24116.
Adjust MPEG initialization in cx24116 in order to accomodate different
MPEG CLK position and polarity in different cards. For example, HVR4000
uses 0x02 value, but DvbWorld & TeVii USB cards uses 0x01. Without it MPEG
stream was broken on that cards for symbol rates > 30000 kSyms/s.
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.c')
-rw-r--r-- | drivers/media/dvb/frontends/cx24116.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/cx24116.c b/drivers/media/dvb/frontends/cx24116.c index fdc741e7e769..4ad86d84875f 100644 --- a/drivers/media/dvb/frontends/cx24116.c +++ b/drivers/media/dvb/frontends/cx24116.c | |||
@@ -13,7 +13,8 @@ | |||
13 | Some clean ups. | 13 | Some clean ups. |
14 | Copyright (C) 2008 Igor Liplianin | 14 | Copyright (C) 2008 Igor Liplianin |
15 | September, 9th 2008 | 15 | September, 9th 2008 |
16 | Fixed locking on high symbol rates (>30000). | 16 | Fixed locking on high symbol rates (>30000). |
17 | Implement MPEG initialization parameter. | ||
17 | 18 | ||
18 | This program is free software; you can redistribute it and/or modify | 19 | This program is free software; you can redistribute it and/or modify |
19 | it under the terms of the GNU General Public License as published by | 20 | it under the terms of the GNU General Public License as published by |