projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e43a7d4
)
ASoC: ad1980: fix codec name
author
Mike Frysinger
<vapier@gentoo.org>
Sun, 27 Mar 2011 04:44:13 +0000
(
00:44
-0400)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 29 Mar 2011 22:17:31 +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/ad1980.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/ad1980.c
b/sound/soc/codecs/ad1980.c
index
34cb51e
..
923b364
100644
(file)
--- a/
sound/soc/codecs/ad1980.c
+++ b/
sound/soc/codecs/ad1980.c
@@
-266,7
+266,7
@@
static int __devexit ad1980_remove(struct platform_device *pdev)
static struct platform_driver ad1980_codec_driver = {
.driver = {
- .name = "ad1980
-codec
",
+ .name = "ad1980",
.owner = THIS_MODULE,
},