ASoC: Switch i2c drivers back to use .probe()
[sfrench/cifs-2.6.git] / sound / soc / codecs / rt5660.c
index 341baa29fdb189051ab06fb66ed2610e081b240a..fd453f47455b59f4e851b2cf1459f1cf5d079196 100644 (file)
@@ -1341,7 +1341,7 @@ static struct i2c_driver rt5660_i2c_driver = {
                .acpi_match_table = ACPI_PTR(rt5660_acpi_match),
                .of_match_table = of_match_ptr(rt5660_of_match),
        },
-       .probe_new = rt5660_i2c_probe,
+       .probe = rt5660_i2c_probe,
        .id_table = rt5660_i2c_id,
 };
 module_i2c_driver(rt5660_i2c_driver);