Title: [5255] branches/2007R1/sound/blackfin/ad1836.c: bug[4393]adjust period_bytes_min
Revision
5255
Author
cliff
Date
2008-09-08 05:09:28 -0500 (Mon, 08 Sep 2008)

Log Message

bug[4393]adjust period_bytes_min

Modified Paths

Diff

Modified: branches/2007R1/sound/blackfin/ad1836.c (5254 => 5255)


--- branches/2007R1/sound/blackfin/ad1836.c	2008-09-08 08:16:38 UTC (rev 5254)
+++ branches/2007R1/sound/blackfin/ad1836.c	2008-09-08 10:09:28 UTC (rev 5255)
@@ -864,7 +864,7 @@
 	.channels_max =     CHANNELS_MAX,
 #endif
 	.buffer_bytes_max = PCM_BUFFER_MAX,
-	.period_bytes_min = FRAGMENT_SIZE_MIN,
+	.period_bytes_min = 2 * FRAGMENT_SIZE_MIN,
 	.period_bytes_max = PCM_BUFFER_MAX/2,
 	.periods_min =      FRAGMENTS_MIN,
 	.periods_max =      FRAGMENTS_MAX,
@@ -888,7 +888,7 @@
 	.channels_max =     CHANNELS_MAX,
 #endif
 	.buffer_bytes_max = PCM_BUFFER_MAX,
-	.period_bytes_min = FRAGMENT_SIZE_MIN,
+	.period_bytes_min = 2 * FRAGMENT_SIZE_MIN,
 	.period_bytes_max = PCM_BUFFER_MAX/2,
 	.periods_min =      FRAGMENTS_MIN,
 	.periods_max =      FRAGMENTS_MAX,
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to