Home
last modified time | relevance | path

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

/linux/sound/soc/sof/intel/
H A Dhda-trace.c63 hda_dsp_stream_put(sdev, SNDRV_PCM_STREAM_CAPTURE, in hda_dsp_trace_init()
80 hda_dsp_stream_put(sdev, in hda_dsp_trace_release()
H A Dhda-loader.c113 hda_dsp_stream_put(sdev, direction, hstream->stream_tag); in hda_cl_prepare()
289 hda_dsp_stream_put(sdev, hstream->direction, hstream->stream_tag); in hda_cl_cleanup()
H A Dhda-pcm.c342 ret = hda_dsp_stream_put(sdev, direction, hstream->stream_tag); in hda_dsp_pcm_close()
H A Dhda-stream.c268 int hda_dsp_stream_put(struct snd_sof_dev *sdev, int direction, int stream_tag) in hda_dsp_stream_put() function