[alsa-devel] [PATCH V2] ASoC: fsl_esai: Add pm runtime function
Mark Brown
broonie at kernel.org
Sat Apr 20 01:25:07 AEST 2019
On Fri, Apr 19, 2019 at 11:01:21AM +0000, S.j. Wang wrote:
> > fsl_esai_probe(struct platform_device *pdev)
> > return ret;
> > }
> >
> > + pm_runtime_enable(&pdev->dev);
> > +
> I just have a question, do I need to add pm_runtime_idle(&pdev->dev)?
It gets used to help drivers get into the correct state on startup, if
you're unsure if it's 100% required it shouldn't hurt.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20190419/8827a76e/attachment.sig>
More information about the Linuxppc-dev
mailing list