Home
last modified time | relevance | path

Searched refs:link_locked (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/sound/hda/ext/
Dhdac_ext_stream.c234 if (!hext_stream->link_locked) { in hdac_ext_link_dma_stream_assign()
242 res->link_locked = 1; in hdac_ext_link_dma_stream_assign()
349 if (!hext_stream->link_locked) in snd_hdac_ext_stream_release()
360 hext_stream->link_locked = 0; in snd_hdac_ext_stream_release()
/linux-6.6.21/sound/soc/sof/intel/
Dhda-dai-ops.c72 if (!hext_stream->link_locked) { in hda_link_stream_assign()
109 res->link_locked = 1; in hda_link_stream_assign()
Dhda-stream.c699 if (!hext_stream->link_locked) in hda_dsp_stream_hw_free()
/linux-6.6.21/include/sound/
Dhdaudio_ext.h60 bool link_locked:1; member