27 Jul
2013
27 Jul
'13
1:59 p.m.
On Sat, Jul 27, 2013 at 01:31:51PM +0200, Markus Pargmann wrote:
+static const struct of_device_id wm9712_codec_of_dev_id[] = {
- {
.compatible = "wlf,wm9712",
- }, {
/* sentinel */
- }
+};
static struct platform_driver wm9712_codec_driver = { .driver = { .name = "wm9712-codec", .owner = THIS_MODULE,
.of_match_table = wm9712_codec_of_dev_id,
},
.probe = wm9712_probe,
AC'97 is an enumerable bus, we shouldn't need this...