diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-03-27 06:44:13 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-03-30 00:17:31 +0200 |
commit | 1afa98b8074136c81d23e56836a59b2c8f1529c8 (patch) | |
tree | 829a294f005dd13fe3880f73e774023ab9ef6cb6 /sound/soc/codecs | |
parent | ASoC: ad193x: fix codec name (diff) | |
download | linux-1afa98b8074136c81d23e56836a59b2c8f1529c8.tar.xz linux-1afa98b8074136c81d23e56836a59b2c8f1529c8.zip |
ASoC: ad1980: fix codec name
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>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/ad1980.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ad1980.c b/sound/soc/codecs/ad1980.c index 34cb51ef2156..923b364a3e41 100644 --- 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, }, |