Lines Matching refs:hdac_stream

65 	struct hdac_stream *hstream = hdac_stream(stream);
76 hdac_stream(stream)->bufsize = 0;
77 hdac_stream(stream)->period_bytes = 0;
78 hdac_stream(stream)->format_val = 0;
128 struct hdac_stream *hstream;
146 snd_hdac_stream_reset(hdac_stream(stream));
147 err = snd_hdac_stream_set_params(hdac_stream(stream), format_val);
157 err = snd_hdac_stream_setup(hdac_stream(stream));
160 err = snd_hdac_stream_setup(hdac_stream(stream));
166 hdac_stream(stream)->prepared = 1;
175 struct hdac_stream *hstream;
245 dma_params->stream_tag = hdac_stream(stream)->stream_tag;
318 dma_id = hdac_stream(stream)->stream_tag - 1;
397 snd_hdac_stream_cleanup(hdac_stream(stream));
398 hdac_stream(stream)->prepared = 0;
424 struct hdac_stream *hstr;
427 hstr = hdac_stream(stream);
452 snd_hdac_stream_start(hdac_stream(stream), true);
455 snd_hdac_stream_stop(hdac_stream(stream));
488 hdac_stream(stream)->index);
527 hdac_stream(stream)->index));
530 hdac_stream(stream));
566 stream_tag = hdac_stream(link_dev)->stream_tag;
568 /* set the hdac_stream in the codec dai */
569 snd_soc_dai_set_stream(codec_dai, hdac_stream(link_dev), substream->stream);
651 stream_tag = hdac_stream(link_dev)->stream_tag;
1093 struct hdac_stream *hstr;
1096 hstr = hdac_stream(stream);
1124 sbits |= 1 << hdac_stream(stream)->index;
1138 snd_hdac_stream_start(hdac_stream(stream), true);
1140 snd_hdac_stream_stop(hdac_stream(stream));
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)
1252 struct hdac_stream *hstr = hdac_stream(sstream);