mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 14:34:13 -04:00
ASoC: Remove -codec suffix from WM9081 driver
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
This commit is contained in:
@@ -1363,7 +1363,7 @@ MODULE_DEVICE_TABLE(i2c, wm9081_i2c_id);
|
||||
|
||||
static struct i2c_driver wm9081_i2c_driver = {
|
||||
.driver = {
|
||||
.name = "wm9081-codec",
|
||||
.name = "wm9081",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = wm9081_i2c_probe,
|
||||
|
||||
Reference in New Issue
Block a user