Lines Matching refs:hstream
65 struct hdac_stream *hstream = hdac_stream(stream);
66 struct hdac_bus *bus = hstream->bus;
128 struct hdac_stream *hstream;
132 hstream = snd_hdac_get_stream(bus, params->stream,
134 if (!hstream)
137 stream = stream_to_hdac_ext_stream(hstream);
175 struct hdac_stream *hstream;
180 hstream = snd_hdac_get_stream(bus, params->stream,
182 if (!hstream)
185 stream = stream_to_hdac_ext_stream(hstream);
197 stream_tag = hstream->stream_tag;
198 if (stream->hstream.direction == SNDRV_PCM_STREAM_PLAYBACK) {
1173 struct hdac_ext_stream *hstream = get_hdac_ext_stream(substream);
1201 hdac_stream(hstream)->index));
1207 hdac_stream(hstream)->index));
1208 pos = snd_hdac_stream_get_pos_posbuf(hdac_stream(hstream));
1211 if (pos >= hdac_stream(hstream)->bufsize)