Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/hda/
H A Dhda_controller.c36 #define dsp_is_locked(dev) snd_hdac_stream_is_locked(azx_stream(dev)) macro
115 if (dsp_is_locked(azx_dev)) { in azx_pcm_hw_params()
137 if (!dsp_is_locked(azx_dev)) in azx_pcm_hw_free()
162 if (dsp_is_locked(azx_dev)) { in azx_pcm_prepare()
223 if (dsp_is_locked(azx_dev) || !hstr->prepared) in azx_pcm_trigger()