Title: [4102] trunk/sound/blackfin/ad1836.c: bug[#3813], all hardware activities have stopped in snd_ad1836_move , so no hardware operation is allowed any more
Revision
4102
Author
cliff
Date
2008-01-16 00:13:36 -0600 (Wed, 16 Jan 2008)

Log Message

bug[#3813],all hardware activities have stopped in snd_ad1836_move ,so no hardware operation is allowed any more 

Diffstat

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

Modified Paths

Diff

Modified: trunk/sound/blackfin/ad1836.c (4101 => 4102)


--- trunk/sound/blackfin/ad1836.c	2008-01-16 02:44:56 UTC (rev 4101)
+++ trunk/sound/blackfin/ad1836.c	2008-01-16 06:13:36 UTC (rev 4102)
@@ -1599,7 +1599,7 @@
 	dma_free_coherent(NULL, AD1836_BUF_SZ, chip->rx_dma_buf, 0);
 	dma_free_coherent(NULL, AD1836_BUF_SZ, chip->tx_dma_buf, 0);
 #endif
-	return snd_ad1836_stop(chip);
+	return 0;
 }
 
 static struct snd_device_ops snd_ad1836_ops = {
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to