On Wed, Dec 02, 2020 at 11:33:43AM -0800, Ranjani Sridharan wrote: > A recent change removed the call to send the DAPM_STREAM_STOP > event in dpcm_fe_dai_shutdown. But this causes a regression > when a PCM prepare is not paired with a hw_free. So, add > the DAPM_STREAM_STOP event back to dpcm_fe_dai_shutdown() > to fix this. Hans, does this fix the issue you were seeing?