Title: [9791] trunk/sound/soc/blackfin/bf5xx-ad74111.c: ASoC: Blackfin: drop "-codec" from ad74111 machine driver
Revision
9791
Author
vapier
Date
2011-03-27 23:23:42 -0400 (Sun, 27 Mar 2011)

Log Message

ASoC: Blackfin: drop "-codec" from ad74111 machine driver

Modified Paths


Diff

Modified: trunk/sound/soc/blackfin/bf5xx-ad74111.c (9790 => 9791)


--- trunk/sound/soc/blackfin/bf5xx-ad74111.c	2011-03-28 03:23:30 UTC (rev 9790)
+++ trunk/sound/soc/blackfin/bf5xx-ad74111.c	2011-03-28 03:23:42 UTC (rev 9791)
@@ -194,7 +194,7 @@
 		.cpu_dai_name = "bfin-i2s.0",
 		.codec_dai_name = "ad74111-hifi",
 		.platform_name = "bfin-pcm-audio",
-		.codec_name = "ad74111-codec",
+		.codec_name = "ad74111",
 		.ops = &bf5xx_ad74111_ops,
 	},
 	{
@@ -203,7 +203,7 @@
 		.cpu_dai_name = "bfin-i2s.1",
 		.codec_dai_name = "ad74111-hifi",
 		.platform_name = "bfin-pcm-audio",
-		.codec_name = "ad74111-codec",
+		.codec_name = "ad74111",
 		.ops = &bf5xx_ad74111_ops,
 	}
 };
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to