diff options
author | Ricardo Cerqueira <devnull@localhost> | 2006-01-04 03:15:34 +0000 |
---|---|---|
committer | Ricardo Cerqueira <devnull@localhost> | 2006-01-04 03:15:34 +0000 |
commit | 16d66bebc54b2dcab8b538e1a224bc40c6cd7511 (patch) | |
tree | 49ec62a2b87752a5d37b03521a76415ae5924c92 /v4l/ChangeLog | |
parent | 3bc98ce6ea05a056facc4c5254c7a5725eea1e6c (diff) | |
download | mediapointer-dvb-s2-16d66bebc54b2dcab8b538e1a224bc40c6cd7511.tar.gz mediapointer-dvb-s2-16d66bebc54b2dcab8b538e1a224bc40c6cd7511.tar.bz2 |
Fixed the audio distortion in cx88-alsa
From: Ricardo Cerqueira <v4l@cerqueira.org>
The audio distortion was apparently being caused by the high amount of
interrupts being generated. Increasing the buffer from 512 to 4096 seems
to fix it
Signed-off-by:
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index d69d04381..8fdff170a 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,13 @@ +2006-01-04 03:11 rmcc + + * linux/drivers/media/video/cx88/cx88-alsa.c: + * linux/drivers/media/video/cx88/cx88-core.c: + + - Got rid of the audio distortion by increasing the buffer size to + 4k + + Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org> + 2006-01-03 22:45 hverkuil * linux/drivers/media/video/cx25840/cx25840-core.c: (get_v4lctrl): |