projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a16101
)
ASoC: ad73311: fix codec name
author
Mike Frysinger
<vapier@gentoo.org>
Sun, 27 Mar 2011 04:44:11 +0000
(
00:44
-0400)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 29 Mar 2011 22:17:01 +0000
(07:17 +0900)
The codec name should not have a "-codec" suffix since this is not part of
a MFD. This was incorrectly changed during the multi-component updated.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/ad73311.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/ad73311.c
b/sound/soc/codecs/ad73311.c
index de799cd1ba727e7b1fa45cad05f5e7aa9d0d80d3..8d793e993e9a8a7110d2601141649a72072baee6 100644
(file)
--- a/
sound/soc/codecs/ad73311.c
+++ b/
sound/soc/codecs/ad73311.c
@@
-55,7
+55,7
@@
static int __devexit ad73311_remove(struct platform_device *pdev)
static struct platform_driver ad73311_codec_driver = {
.driver = {
- .name = "ad73311
-codec
",
+ .name = "ad73311",
.owner = THIS_MODULE,
},