Title: [3992] trunk/sound/soc/blackfin/bf5xx-ac97.c: bug[#3727] since dummy buffer 's x_modifiy is not 0,so restore the dummy_count to one ac97_frame size
Revision
3992
Author
cliff
Date
2007-12-05 20:02:25 -0600 (Wed, 05 Dec 2007)

Log Message

bug[#3727] since dummy buffer's x_modifiy is not 0,so restore the dummy_count to one ac97_frame size

Diffstat

 bf5xx-ac97.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Modified Paths

Diff

Modified: trunk/sound/soc/blackfin/bf5xx-ac97.c (3991 => 3992)


--- trunk/sound/soc/blackfin/bf5xx-ac97.c	2007-12-06 00:00:33 UTC (rev 3991)
+++ trunk/sound/soc/blackfin/bf5xx-ac97.c	2007-12-06 02:02:25 UTC (rev 3992)
@@ -309,7 +309,7 @@
 	gpio_set_value(CONFIG_SND_BF5XX_RESET_GPIO_NUM, 1);
 #endif
 	sport_handle = sport_init(&sport_params[sport_num], 2, \
-			10*sizeof(struct ac97_frame), NULL);
+			sizeof(struct ac97_frame), NULL);
 	if (!sport_handle) {
 		peripheral_free_list(&sport_req[sport_num][0]);
 #ifdef CONFIG_SND_BF5XX_HAVE_COLD_RESET
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to