[BUG] dai-zephyr.c: remove DAI driver specific logic from COMP_TRIGGER_RELEASE code
Describe the bug Follow-up to https://github.com/thesofproject/sof/pull/8995
The code on SOF side should not have conditional logic based on DAI type . The DAI interface should abstract the pause/resume behaviour so that SOF side code should be uniform.
Core in question
if (!(dd->dai->dma_caps & DMA_CAP_HDA))
audio_stream_reset(&dd->dma_buffer->stream);
@abonislawski @softwarecki fyi - will need to move into Zephyr.
No owner -> v2.12
No owner -> v2.13
No owner for two releases, moving to TBD milestone for now.
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time.