diff options
author | Igor M. Liplianin <liplianin@me.by> | 2008-09-14 13:43:53 +0300 |
---|---|---|
committer | Igor M. Liplianin <liplianin@me.by> | 2008-09-14 13:43:53 +0300 |
commit | 4183f9e03abc776d7b346e9bb8df2a0b12b0170b (patch) | |
tree | 1395620e64e43f159e74d51498a25b5146863857 /linux/drivers/media | |
parent | a2ce2d3d0a4382c4b67dc92e5fa54e49ead46222 (diff) | |
download | mediapointer-dvb-s2-4183f9e03abc776d7b346e9bb8df2a0b12b0170b.tar.gz mediapointer-dvb-s2-4183f9e03abc776d7b346e9bb8df2a0b12b0170b.tar.bz2 |
History update: MPEG initialization in cx24116.
From: Igor M. Liplianin <liplianin@me.by>
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>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/dvb/frontends/cx24116.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/cx24116.c b/linux/drivers/media/dvb/frontends/cx24116.c index fc116d6d2..869215a66 100644 --- a/linux/drivers/media/dvb/frontends/cx24116.c +++ b/linux/drivers/media/dvb/frontends/cx24116.c @@ -13,7 +13,8 @@ Some clean ups. Copyright (C) 2008 Igor Liplianin September, 9th 2008 - Fixed locking on high symbol rates (>30000). + Fixed locking on high symbol rates (>30000). + Implement MPEG initialization parameter. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |