diff options
author | Michael Krufky <devnull@localhost> | 2006-01-15 17:33:02 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2006-01-15 17:33:02 +0000 |
commit | 68962cd1cbcbfc33b4381e6a1dfe7a55f64ce84b (patch) | |
tree | 4a9df4f2690a5fb56611cb013976627dd4db143f /linux/drivers | |
parent | c7c5c22f512e0129d00744e809e4830425502dc5 (diff) | |
download | mediapointer-dvb-s2-68962cd1cbcbfc33b4381e6a1dfe7a55f64ce84b.tar.gz mediapointer-dvb-s2-68962cd1cbcbfc33b4381e6a1dfe7a55f64ce84b.tar.bz2 |
fix some sound quality & distortion problems.
From: Ricardo Cerqueira <v4l@cerqueira.org>
- fix some sound quality & distortion problems.
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-alsa.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-alsa.c b/linux/drivers/media/video/cx88/cx88-alsa.c index 6af5ae759..e5b9007c2 100644 --- a/linux/drivers/media/video/cx88/cx88-alsa.c +++ b/linux/drivers/media/video/cx88/cx88-alsa.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-alsa.c,v 1.31 2006/01/15 08:56:15 mchehab Exp $ + * $Id: cx88-alsa.c,v 1.32 2006/01/15 17:33:02 mkrufky Exp $ * * Support for audio capture * PCI function #1 of the cx2388x. @@ -347,10 +347,10 @@ static snd_pcm_hardware_t snd_cx88_digital_hw = { .channels_min = 1, .channels_max = 2, .buffer_bytes_max = (2*2048), - .period_bytes_min = 256, + .period_bytes_min = 2048, .period_bytes_max = 2048, .periods_min = 2, - .periods_max = 16, + .periods_max = 2, }; /* |