Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A 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()
H A Dhda-loader.c77 hda_dsp_stream_put(sdev, direction, hstream->stream_tag); in cl_stream_prepare()
224 hda_dsp_stream_put(sdev, hstream->direction, hstream->stream_tag); in cl_cleanup()
H A Dhda-compress.c46 ret = hda_dsp_stream_put(sdev, cstream->direction, in hda_probe_compr_free()
H A Dhda-pcm.c240 ret = hda_dsp_stream_put(sdev, direction, hstream->stream_tag); in hda_dsp_pcm_close()
H A Dhda.h563 int hda_dsp_stream_put(struct snd_sof_dev *sdev, int direction, int stream_tag);
H A Dhda-stream.c206 int hda_dsp_stream_put(struct snd_sof_dev *sdev, int direction, int stream_tag) in hda_dsp_stream_put() function