Lines Matching refs:hstream
99 struct hdac_stream *hstream = substream->runtime->private_data;
100 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream);
105 hstream->substream = substream;
117 hstream->format_val = rate | bits | (params_channels(params) - 1);
120 hstream->bufsize = params_buffer_bytes(params);
121 hstream->period_bytes = params_period_bytes(params);
122 hstream->no_period_wakeup =
141 platform_params->stream_tag = hstream->stream_tag;
149 struct hdac_stream *hstream = substream->runtime->private_data;
163 sof_io_write(sdev, hstream->spib_addr, spib);
171 struct hdac_stream *hstream = substream->runtime->private_data;
172 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream);
182 struct hdac_stream *hstream = substream->runtime->private_data;
200 pos = hda_dsp_stream_get_position(hstream, substream->stream, true);
204 trace_sof_intel_hda_dsp_pcm(sdev, hstream, substream, pos);
263 substream->runtime->private_data = &dsp_stream->hstream;
270 struct hdac_stream *hstream = substream->runtime->private_data;
274 ret = hda_dsp_stream_put(sdev, direction, hstream->stream_tag);