Lines Matching refs:hdac_stream
66 struct hdac_stream *hstream = hdac_stream(stream);
77 hdac_stream(stream)->bufsize = 0;
78 hdac_stream(stream)->period_bytes = 0;
79 hdac_stream(stream)->format_val = 0;
129 struct hdac_stream *hstream;
147 snd_hdac_stream_reset(hdac_stream(stream));
148 err = snd_hdac_stream_set_params(hdac_stream(stream), format_val);
158 err = snd_hdac_stream_setup(hdac_stream(stream));
161 err = snd_hdac_stream_setup(hdac_stream(stream));
167 hdac_stream(stream)->prepared = 1;
176 struct hdac_stream *hstream;
246 dma_params->stream_tag = hdac_stream(stream)->stream_tag;
319 dma_id = hdac_stream(stream)->stream_tag - 1;
399 snd_hdac_stream_cleanup(hdac_stream(stream));
400 hdac_stream(stream)->prepared = 0;
427 struct hdac_stream *hstr;
430 hstr = hdac_stream(stream);
455 snd_hdac_stream_start(hdac_stream(stream));
458 snd_hdac_stream_stop(hdac_stream(stream));
473 struct hdac_stream *hstream = hdac_stream(stream);
567 stream_tag = hdac_stream(link_dev)->stream_tag;
569 /* set the hdac_stream in the codec dai */
570 snd_soc_dai_set_stream(codec_dai, hdac_stream(link_dev), substream->stream);
653 stream_tag = hdac_stream(link_dev)->stream_tag;
1095 struct hdac_stream *hstr;
1098 hstr = hdac_stream(stream);
1126 sbits |= 1 << hdac_stream(stream)->index;
1140 snd_hdac_stream_start(hdac_stream(stream));
1142 snd_hdac_stream_stop(hdac_stream(stream));
1203 hdac_stream(hstream)->index));
1209 hdac_stream(hstream)->index));
1210 pos = snd_hdac_stream_get_pos_posbuf(hdac_stream(hstream));
1213 if (pos >= hdac_stream(hstream)->bufsize)
1247 struct hdac_stream *hstr = hdac_stream(sstream);