[alsa-devel] [PATCH 5/8] ASoC: AD1836: fix codec name
Mike Frysinger
vapier at gentoo.org
Tue Jun 14 23:34:25 CEST 2011
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 at gentoo.org>
---
sound/soc/codecs/ad1836.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/codecs/ad1836.c b/sound/soc/codecs/ad1836.c
index d60c53d..50f1c15 100644
--- a/sound/soc/codecs/ad1836.c
+++ b/sound/soc/codecs/ad1836.c
@@ -287,7 +287,7 @@ static int __devexit ad1836_spi_remove(struct spi_device *spi)
static struct spi_driver ad1836_spi_driver = {
.driver = {
- .name = "ad1836-codec",
+ .name = "ad1836",
.owner = THIS_MODULE,
},
.probe = ad1836_spi_probe,
--
1.7.5.3
More information about the Alsa-devel
mailing list