Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/hda/
Dhda_controller.c37 #define dsp_is_locked(dev) snd_hdac_stream_is_locked(azx_stream(dev)) macro
117 if (dsp_is_locked(azx_dev)) { in azx_pcm_hw_params()
145 if (!dsp_is_locked(azx_dev)) in azx_pcm_hw_free()
170 if (dsp_is_locked(azx_dev)) { in azx_pcm_prepare()
229 if (dsp_is_locked(azx_dev) || !hstr->prepared) in azx_pcm_trigger()