diff options
author | Ian Lartey <ian@opensource.wolfsonmicro.com> | 2010-08-20 17:18:44 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-23 13:36:47 +0100 |
commit | 30e2d36885b3c989f58f9f87c27b4afed3683d6f (patch) | |
tree | 63019d6d30a4b9bf84f6a959e65c6ff6faaaf477 /sound/soc/codecs/wm8741.c | |
parent | a2a0086d4b812dd5d44af84c43d6c6ba089e8210 (diff) | |
download | linux-30e2d36885b3c989f58f9f87c27b4afed3683d6f.tar.bz2 |
ASoC: Make codec dai naming for WM8741 consistent
Signed-off-by: Ian Lartey <ian@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8741.c')
-rw-r--r-- | 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 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 */ |