diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-02-17 07:52:19 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-02-17 08:04:43 +0100 |
commit | d69280be4160963796f3a899722c126ab4889f02 (patch) | |
tree | 78ef20dfeac4984fcbc44f7473d014ee851a5190 /sound | |
parent | ASoC: wm8962: Convert to runtime PM for bias off management (diff) | |
download | linux-d69280be4160963796f3a899722c126ab4889f02.tar.xz 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')
-rw-r--r-- | sound/soc/codecs/ak4535.c | 2 |
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, |