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:
d4d80f5
)
ASoC: AD1836: fix codec name
author
Mike Frysinger
<vapier@gentoo.org>
Wed, 15 Jun 2011 19:29:21 +0000
(15:29 -0400)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Thu, 16 Jun 2011 10:42:01 +0000
(11:42 +0100)
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/ad1836.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/ad1836.c
b/sound/soc/codecs/ad1836.c
index 816b85293e67e71478d68d958bc5bd7ae5b87754..9cc6123cf7ea689fdc8bc3e22112ad8c5ac9065f 100644
(file)
--- a/
sound/soc/codecs/ad1836.c
+++ b/
sound/soc/codecs/ad1836.c
@@
-375,7
+375,7
@@
MODULE_DEVICE_TABLE(spi, ad1836_ids);
static struct spi_driver ad1836_spi_driver = {
.driver = {
- .name = "ad1836
-codec
",
+ .name = "ad1836",
.owner = THIS_MODULE,
},
.probe = ad1836_spi_probe,