diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-03-27 13:35:15 (GMT) |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-03-29 22:15:33 (GMT) |
commit | 99b59f3ccb72c15f13169236eda16682930e47f0 (patch) | |
tree | 10f385be8136a658d204b8c16dfee28d9384e017 /sound/soc/atmel | |
parent | 5e251aecbd4a4bf3ff0b0ff04653afa4d01eba54 (diff) | |
download | linux-fsl-qoriq-99b59f3ccb72c15f13169236eda16682930e47f0.tar.xz |
ASoC: Remove -codec from WM8731 driver name
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound/soc/atmel')
-rw-r--r-- | sound/soc/atmel/sam9g20_wm8731.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/atmel/sam9g20_wm8731.c b/sound/soc/atmel/sam9g20_wm8731.c index af3c730..28afbbf 100644 --- a/sound/soc/atmel/sam9g20_wm8731.c +++ b/sound/soc/atmel/sam9g20_wm8731.c @@ -184,7 +184,7 @@ static struct snd_soc_dai_link at91sam9g20ek_dai = { .codec_dai_name = "wm8731-hifi", .init = at91sam9g20ek_wm8731_init, .platform_name = "atmel-pcm-audio", - .codec_name = "wm8731-codec.0-001b", + .codec_name = "wm8731.0-001b", .ops = &at91sam9g20ek_ops, }; |