Title: [6672] branches/2008R1/sound/blackfin/ad1836.c: bug[#5229]enlarge local buffer size
Revision
6672
Author
cliff
Date
2009-06-11 20:41:02 -0500 (Thu, 11 Jun 2009)

Log Message

bug[#5229]enlarge local buffer size

Modified Paths

Diff

Modified: branches/2008R1/sound/blackfin/ad1836.c (6671 => 6672)


--- branches/2008R1/sound/blackfin/ad1836.c	2009-06-12 01:39:13 UTC (rev 6671)
+++ branches/2008R1/sound/blackfin/ad1836.c	2009-06-12 01:41:02 UTC (rev 6672)
@@ -215,7 +215,7 @@
 /* Chip level */
 #ifdef CONFIG_SND_BLACKFIN_AD1836_TDM
 
-#define AD1836_BUF_SZ 0x40000 /* 256kb */
+#define AD1836_BUF_SZ 0x80000 /* 512kb */
 /*In 2 channels mode, the buffer is quadrupled */
 #define PCM_BUFFER_MAX	(AD1836_BUF_SZ / 4)
 #define CHANNELS_MAX	8
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to