summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/ak4118.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/ak4118.c')
-rw-r--r--sound/soc/codecs/ak4118.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ak4118.c b/sound/soc/codecs/ak4118.c
index b6d9a10bdccd..ebcdc412e39c 100644
--- a/sound/soc/codecs/ak4118.c
+++ b/sound/soc/codecs/ak4118.c
@@ -414,7 +414,7 @@ static struct i2c_driver ak4118_i2c_driver = {
.of_match_table = of_match_ptr(ak4118_of_match),
},
.id_table = ak4118_id_table,
- .probe_new = ak4118_i2c_probe,
+ .probe = ak4118_i2c_probe,
};
module_i2c_driver(ak4118_i2c_driver);