Lines Matching defs:hext_stream
33 struct hdac_ext_stream *hext_stream;
35 hext_stream = hda_dsp_stream_get(sdev, cstream->direction, 0);
36 if (!hext_stream)
39 hdac_stream(hext_stream)->curr_pos = 0;
40 hdac_stream(hext_stream)->cstream = cstream;
41 cstream->runtime->private_data = hext_stream;
43 *stream_id = hdac_stream(hext_stream)->stream_tag;
52 struct hdac_ext_stream *hext_stream = hda_compr_get_stream(cstream);
57 hdac_stream(hext_stream)->stream_tag);
63 hdac_stream(hext_stream)->cstream = NULL;
74 struct hdac_ext_stream *hext_stream = hda_compr_get_stream(cstream);
76 struct hdac_stream *hstream = hdac_stream(hext_stream);
94 ret = hda_dsp_stream_hw_params(sdev, hext_stream, dmab, NULL);
107 struct hdac_ext_stream *hext_stream = hda_compr_get_stream(cstream);
110 return hda_dsp_stream_trigger(sdev, hext_stream, cmd);
118 struct hdac_ext_stream *hext_stream = hda_compr_get_stream(cstream);
122 tstamp->copied_total = hdac_stream(hext_stream)->curr_pos;