]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB (3386): fix some sound quality & distortion problems.
authorRicardo Cerqueira <v4l@cerqueira.org>
Sun, 15 Jan 2006 17:33:02 +0000 (15:33 -0200)
committerMauro Carvalho Chehab <mchehab@brturbo.com.br>
Sun, 15 Jan 2006 23:26:24 +0000 (21:26 -0200)
- Fix some sound quality & distortion problems.

Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cx88/cx88-alsa.c

index e649f678d47ab0a749b89146867ff9b1f513f73a..a2e36a1e5f59065c96b778b965e222bb66b1dd18 100644 (file)
@@ -333,10 +333,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,
 };
 
 /*