diff --git a/sound/soc/codecs/wm8741.c b/sound/soc/codecs/wm8741.c
index 782fe539662b9d840dde6543d484a25c50e100f1..fdd24da89a1e705b62e953e0395a49962310d87e 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 */