[alsa-devel] [PATCH 2/3] ASoC: Make codec dai naming for WM8741 consistent

Ian Lartey ian at opensource.wolfsonmicro.com
Fri Aug 20 18:18:44 CEST 2010


Signed-off-by: Ian Lartey <ian at opensource.wolfsonmicro.com>
---
 sound/soc/codecs/wm8741.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/codecs/wm8741.c b/sound/soc/codecs/wm8741.c
index 782fe53..fdd24da 100644
--- a/sound/soc/codecs/wm8741.c
+++ b/sound/soc/codecs/wm8741.c
@@ -311,7 +311,7 @@ static struct snd_soc_dai_ops wm8741_dai_ops = {
 };
 
 static struct snd_soc_dai_driver wm8741_dai = {
-	.name = "WM8741",
+	.name = "wm8741",
 	.playback = {
 		.stream_name = "Playback",
 		.channels_min = 2,  /* Mono modes not yet supported */
-- 
1.7.0.4



More information about the Alsa-devel mailing list