[alsa-devel] [PATCH v2] ASoC: intel: Add Broadwell rt5650 machine driver
Ranjani Sridharan
ranjani.sridharan at linux.intel.com
Thu Dec 5 22:18:04 CET 2019
On Thu, 2019-12-05 at 11:03 -0800, Curtis Malainey wrote:
> > > +
> > > +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?
I meant ".pm = .pm = &snd_soc_pm_ops"
Without this, the card device wont be properly power managed?
Thanks,
Ranjani
More information about the Alsa-devel
mailing list