Skip to content

Commit

Permalink
ASoC: ak4535: Remove -codec from driver name
Browse files Browse the repository at this point in the history
Redundant, the device is only a CODEC.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Feb 17, 2012
1 parent d23031a commit d69280b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/ak4535.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d69280b

Please sign in to comment.