Commit 30e2d368 authored by Ian Lartey's avatar Ian Lartey Committed by Mark Brown

ASoC: Make codec dai naming for WM8741 consistent

Signed-off-by: default avatarIan Lartey <ian@opensource.wolfsonmicro.com>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent a2a0086d
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment