Searched refs:dsp_stream (Results 1 – 2 of 2) sorted by relevance
30 struct hdac_ext_stream *dsp_stream; in cl_stream_prepare() local40 dsp_stream = hda_dsp_stream_get(sdev, direction); in cl_stream_prepare()42 if (!dsp_stream) { in cl_stream_prepare()46 hstream = &dsp_stream->hstream; in cl_stream_prepare()60 ret = hda_dsp_stream_hw_params(sdev, dsp_stream, dmab, NULL); in cl_stream_prepare()66 hda_dsp_stream_spib_config(sdev, dsp_stream, HDA_DSP_SPIB_ENABLE, size); in cl_stream_prepare()
207 struct hdac_ext_stream *dsp_stream; in hda_dsp_pcm_open() local210 dsp_stream = hda_dsp_stream_get(sdev, direction); in hda_dsp_pcm_open()212 if (!dsp_stream) { in hda_dsp_pcm_open()218 substream->runtime->private_data = &dsp_stream->hstream; in hda_dsp_pcm_open()