[alsa-devel] [PATCH] ASoC: sun4i-i2s: don't try to start up or shut down DAI if it's active
Vasily Khoruzhick
anarsoul at gmail.com
Fri Oct 12 18:28:56 CEST 2018
On Friday, October 12, 2018 9:09:05 AM PDT Mark Brown wrote:
> On Fri, Oct 12, 2018 at 08:32:54AM -0700, Vasily Khoruzhick wrote:
> > Otherwise we may end up with shutting down I2S if shutdown() was
> > called for capture substream, but playback is still running.
>
> Would it be cleaner and more robust to use runtime PM? I'm wondering
> what happens if some of the configuration stuff turns out to also need
> some of the clocks for example.
I guess. I'm not sure why this code was put into startup and shutdown
callbacks in first place.
Maybe Marcus or Maxime know?
As for configuration - only bus clock is necessary for configuration and it's
already enabled in runtime_resume() callback.
More information about the Alsa-devel
mailing list