You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ASoC: SOF: Intel: get/put hda_dsp_stream with use_link_dma flag
Currently, we get host and link DMA streams separately by
hda_dsp_stream_get() and hda_link_stream_assign(). However, in some
cases like SoundWire BPT, we use hda_dsp_stream_get() to get the HDA
stream and use the same HDA stream for both host and link DMAs.
Add a use_link_dma flag to handle the case.
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
0 commit comments