Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/sof/intel/
Dhda-trace.c63 hda_dsp_stream_put(sdev, SNDRV_PCM_STREAM_CAPTURE, *stream_tag); in hda_dsp_trace_init()
78 hda_dsp_stream_put(sdev, in hda_dsp_trace_release()
Dhda-loader.c71 hda_dsp_stream_put(sdev, direction, hstream->stream_tag); in cl_stream_prepare()
218 hda_dsp_stream_put(sdev, SNDRV_PCM_STREAM_PLAYBACK, in cl_cleanup()
Dhda-pcm.c229 ret = hda_dsp_stream_put(sdev, direction, hstream->stream_tag); in hda_dsp_pcm_close()
Dhda.h507 int hda_dsp_stream_put(struct snd_sof_dev *sdev, int direction, int stream_tag);
Dhda-stream.c203 int hda_dsp_stream_put(struct snd_sof_dev *sdev, int direction, int stream_tag) in hda_dsp_stream_put() function