Searched refs:dsp_stream (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/sound/soc/sof/intel/ |
D | hda-loader.c | 33 struct hdac_ext_stream *dsp_stream; in cl_stream_prepare() local 38 dsp_stream = hda_dsp_stream_get(sdev, direction, 0); in cl_stream_prepare() 40 if (!dsp_stream) { in cl_stream_prepare() 44 hstream = &dsp_stream->hstream; in cl_stream_prepare() 59 ret = hda_dsp_iccmax_stream_hw_params(sdev, dsp_stream, dmab, NULL); in cl_stream_prepare() 65 ret = hda_dsp_stream_hw_params(sdev, dsp_stream, dmab, NULL); in cl_stream_prepare() 70 hda_dsp_stream_spib_config(sdev, dsp_stream, HDA_DSP_SPIB_ENABLE, size); in cl_stream_prepare() 73 return dsp_stream; in cl_stream_prepare()
|
D | hda-pcm.c | 226 struct hdac_ext_stream *dsp_stream; in hda_dsp_pcm_open() local 248 dsp_stream = hda_dsp_stream_get(sdev, direction, flags); in hda_dsp_pcm_open() 249 if (!dsp_stream) { in hda_dsp_pcm_open() 262 substream->runtime->private_data = &dsp_stream->hstream; in hda_dsp_pcm_open()
|