5 Dec
2019
5 Dec
'19
7:03 p.m.
+static struct platform_driver bdw_rt5650_audio = {
.probe = bdw_rt5650_probe,
.driver = {
.name = "bdw-rt5650",
.owner = THIS_MODULE,
Hi Curtis,
Do you need to set the pm_ops?
Thanks, Ranjani
Hi Ranjani,
Not that I am aware of. Are you aware of any additional callbacks that need to be installed for this platform?
},
+};