dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Ian Lartey 2010-08-20 17:18:44 +01:00 committed by Mark Brown
parent a2a0086d4b
commit 30e2d36885
1 changed files with 1 additions and 1 deletions

View File

@ -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 */