Lines Matching refs:hstream
89 struct hdac_stream *hstream = substream->runtime->private_data;
90 struct hdac_ext_stream *stream = stream_to_hdac_ext_stream(hstream);
101 hstream->substream = substream;
105 hstream->format_val = rate | bits | (params_channels(params) - 1);
106 hstream->bufsize = size;
107 hstream->period_bytes = params_period_bytes(params);
108 hstream->no_period_wakeup =
133 ipc_params->stream_tag = hstream->stream_tag;
141 struct hdac_stream *hstream = substream->runtime->private_data;
142 struct hdac_ext_stream *stream = stream_to_hdac_ext_stream(hstream);
152 struct hdac_stream *hstream = substream->runtime->private_data;
182 hstream->index));
200 hstream->index));
201 pos = snd_hdac_stream_get_pos_posbuf(hstream);
204 if (pos >= hstream->bufsize)
211 hstream->index, substream->stream, pos);
229 substream->runtime->private_data = &dsp_stream->hstream;
236 struct hdac_stream *hstream = substream->runtime->private_data;
240 ret = hda_dsp_stream_put(sdev, direction, hstream->stream_tag);