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:
Mark Brown 2011-02-24 20:26:02 +00:00
parent 1d2c27f941
commit 2031c0645c

View file

@ -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,