Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d69280be authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: ak4535: Remove -codec from driver name



Redundant, the device is only a CODEC.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent d23031a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,