sof icon indicating copy to clipboard operation
sof copied to clipboard

[BUG] dai-zephyr.c: remove DAI driver specific logic from COMP_TRIGGER_RELEASE code

Open kv2019i opened this issue 1 year ago • 2 comments

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);

kv2019i avatar Apr 03 '24 12:04 kv2019i

@abonislawski @softwarecki fyi - will need to move into Zephyr.

lgirdwood avatar Apr 16 '24 12:04 lgirdwood

No owner -> v2.12

kv2019i avatar Sep 05 '24 12:09 kv2019i

No owner -> v2.13

kv2019i avatar Jan 03 '25 10:01 kv2019i

No owner for two releases, moving to TBD milestone for now.

kv2019i avatar Apr 23 '25 13:04 kv2019i

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.

github-actions[bot] avatar Jul 24 '25 09:07 github-actions[bot]