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:
parent
1d2c27f941
commit
2031c0645c
|
@ -1363,7 +1363,7 @@ MODULE_DEVICE_TABLE(i2c, wm9081_i2c_id);
|
||||||
|
|
||||||
static struct i2c_driver wm9081_i2c_driver = {
|
static struct i2c_driver wm9081_i2c_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "wm9081-codec",
|
.name = "wm9081",
|
||||||
.owner = THIS_MODULE,
|
.owner = THIS_MODULE,
|
||||||
},
|
},
|
||||||
.probe = wm9081_i2c_probe,
|
.probe = wm9081_i2c_probe,
|
||||||
|
|
Loading…
Reference in New Issue