From: Ian Lartey Date: Fri, 20 Aug 2010 16:18:44 +0000 (+0100) Subject: ASoC: Make codec dai naming for WM8741 consistent X-Git-Tag: firefly_0821_release~3680^2~2691^2~1226^2~476^2~3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=30e2d36885b3c989f58f9f87c27b4afed3683d6f;p=firefly-linux-kernel-4.4.55.git ASoC: Make codec dai naming for WM8741 consistent Signed-off-by: Ian Lartey Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm8741.c b/sound/soc/codecs/wm8741.c index 782fe539662b..fdd24da89a1e 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 */