diff options
author | Hartmut Hackmann <devnull@localhost> | 2005-09-11 19:49:17 +0000 |
---|---|---|
committer | Hartmut Hackmann <devnull@localhost> | 2005-09-11 19:49:17 +0000 |
commit | 3987f115baeb3023305a4b8337c9bb04370f76c8 (patch) | |
tree | eae9a688e88a898f6e462d9d755c7933130d9f31 | |
parent | 32a14280621f5dd05f011e76ee88264d7ee7c0d1 (diff) | |
download | mediapointer-dvb-s2-3987f115baeb3023305a4b8337c9bb04370f76c8.tar.gz mediapointer-dvb-s2-3987f115baeb3023305a4b8337c9bb04370f76c8.tar.bz2 |
- TS DMA buffer synchronization was inverted
- DMA buffer size was not set correctly in the SAA713x
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de>
-rw-r--r-- | v4l/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 47ef77aca..4d89fcd9a 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,10 @@ +2005-09-11 21:35 hhackmann + * saa7134-ts.c: + - TS DMA buffer synchronization was inverted + - DMA buffer size was not set correctly in the SAA713x + + Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de> + 2005-09-11 05:29 mkrufky * bttv-cards.c: |