aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/ak4535.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-02-16 22:52:19 -0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-02-16 23:04:43 -0800
commitd69280be4160963796f3a899722c126ab4889f02 (patch)
tree78ef20dfeac4984fcbc44f7473d014ee851a5190 /sound/soc/codecs/ak4535.c
parentASoC: wm8962: Convert to runtime PM for bias off management (diff)
downloadwireguard-linux-d69280be4160963796f3a899722c126ab4889f02.tar.xz
wireguard-linux-d69280be4160963796f3a899722c126ab4889f02.zip
ASoC: ak4535: Remove -codec from driver name
Redundant, the device is only a CODEC. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/ak4535.c')
-rw-r--r--sound/soc/codecs/ak4535.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ak4535.c b/sound/soc/codecs/ak4535.c
index dd15516763ed..29d4dec1c25d 100644
--- a/sound/soc/codecs/ak4535.c
+++ b/sound/soc/codecs/ak4535.c
@@ -443,7 +443,7 @@ MODULE_DEVICE_TABLE(i2c, ak4535_i2c_id);
static struct i2c_driver ak4535_i2c_driver = {
.driver = {
- .name = "ak4535-codec",
+ .name = "ak4535",
.owner = THIS_MODULE,
},
.probe = ak4535_i2c_probe,