[alsa-devel] [PATCH v2] ASoC: intel: Add Broadwell rt5650 machine driver

Curtis Malainey cujomalainey at google.com
Thu Dec 5 20:03:02 CET 2019


> > +
> > +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?
> > +     },
> > +};
> > +


More information about the Alsa-devel mailing list