mbox series

[0/2] ASoC: SOF: Intel: hda-dai: No need to decouple host/link DMA twice

Message ID 20220712131620.13365-1-peter.ujfalusi@linux.intel.com
Headers show
Series ASoC: SOF: Intel: hda-dai: No need to decouple host/link DMA twice | expand

Message

Péter Ujfalusi July 12, 2022, 1:16 p.m. UTC
Hi,

There is no need to decouple a decoupled stream twice.
Keep the decoupling in hda_link_stream_assign() only as it is going to be
executed in all cases.

Drop the outdated comment from hda_link_dma_hw_params() as well since the code
has changed around it.

Regards,
Peter
---
Peter Ujfalusi (2):
  ASoC: SOF: Intel: hda-dai: Drop misleading comment regarding dma_data
  ASoC: SOF: Intel: hda-dai: Do snd_hdac_ext_stream_decouple() only once

 sound/soc/sof/intel/hda-dai.c | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)