Title: [6808] trunk/sound/soc/blackfin: fix typo
Revision
6808
Author
bhsong
Date
2009-06-19 04:11:32 -0500 (Fri, 19 Jun 2009)

Log Message

fix typo

Modified Paths


Diff

Modified: trunk/sound/soc/blackfin/bf5xx-tdm-pcm.c (6807 => 6808)


--- trunk/sound/soc/blackfin/bf5xx-tdm-pcm.c	2009-06-19 08:51:11 UTC (rev 6807)
+++ trunk/sound/soc/blackfin/bf5xx-tdm-pcm.c	2009-06-19 09:11:32 UTC (rev 6808)
@@ -2,11 +2,11 @@
  * File:         sound/soc/blackfin/bf5xx-tdm-pcm.c
  * Author:       Barry Song <[email protected]>
  *
- * Created:      Tue June 06 2008
+ * Created:      Tue June 06 2009
  * Description:  DMA driver for tdm codec
  *
  * Modified:
- *               Copyright 2008 Analog Devices Inc.
+ *               Copyright 2009 Analog Devices Inc.
  *
  * Bugs:         Enter bugs at http://blackfin.uclinux.org/
  *

Modified: trunk/sound/soc/blackfin/bf5xx-tdm.c (6807 => 6808)


--- trunk/sound/soc/blackfin/bf5xx-tdm.c	2009-06-19 08:51:11 UTC (rev 6807)
+++ trunk/sound/soc/blackfin/bf5xx-tdm.c	2009-06-19 09:11:32 UTC (rev 6808)
@@ -182,7 +182,7 @@
 		return -ENODEV;
 	}
 
-	/*SPORT works in TDM mode to simulate AC97 transfers*/
+	/* SPORT works in TDM mode */
 	ret = sport_set_multichannel(sport_handle, 8, 0xFF, 1);
 	if (ret) {
 		pr_err("SPORT is busy!\n");
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to