Home
last modified time | relevance | path

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

/linux-5.19.10/sound/hda/ext/
Dhdac_ext_stream.c272 if (hext_stream->decoupled && !hext_stream->link_locked) { in hdac_ext_link_stream_assign()
277 if (!hext_stream->link_locked) { in hdac_ext_link_stream_assign()
284 res->link_locked = 1; in hdac_ext_link_stream_assign()
391 if (hext_stream->decoupled && !hext_stream->link_locked) in snd_hdac_ext_stream_release()
401 hext_stream->link_locked = 0; in snd_hdac_ext_stream_release()
/linux-5.19.10/sound/soc/sof/intel/
Dhda-dai.c82 if (!hext_stream->link_locked) { in hda_link_stream_assign()
123 res->link_locked = 1; in hda_link_stream_assign()
Dhda-stream.c676 if (!hext_stream->link_locked) in hda_dsp_stream_hw_free()
/linux-5.19.10/include/sound/
Dhdaudio_ext.h73 bool link_locked:1; member