ALSA: Switch i2c drivers back to use .probe()
[linux-2.6-microblaze.git] / sound / aoa / codecs / onyx.c
index 4c75381..a8a59d7 100644 (file)
@@ -1048,7 +1048,7 @@ static struct i2c_driver onyx_driver = {
        .driver = {
                .name = "aoa_codec_onyx",
        },
-       .probe_new = onyx_i2c_probe,
+       .probe = onyx_i2c_probe,
        .remove = onyx_i2c_remove,
        .id_table = onyx_i2c_id,
 };