Lines Matching defs:hext_stream
62 struct hdac_ext_stream *hext_stream =
67 hda_stream = hstream_to_sof_hda_stream(hext_stream);
72 if (!hext_stream->link_locked) {
78 res = hext_stream;
89 res = hext_stream;
93 res = hext_stream;
150 struct hdac_ext_stream *hext_stream;
155 hext_stream = hda_link_stream_assign(sof_to_bus(sdev), substream);
157 hext_stream = snd_soc_dai_get_dma_data(dai, substream);
159 if (!hext_stream)
162 snd_soc_dai_set_dma_data(cpu_dai, substream, (void *)hext_stream);
164 return hext_stream;
170 struct hdac_ext_stream *hext_stream = hda_get_hext_stream(sdev, cpu_dai, substream);
177 snd_hdac_ext_stream_release(hext_stream, HDAC_EXT_STREAM_TYPE_LINK);
181 static void hda_setup_hext_stream(struct snd_sof_dev *sdev, struct hdac_ext_stream *hext_stream,
184 snd_hdac_ext_stream_setup(hext_stream, format_val);
187 static void hda_reset_hext_stream(struct snd_sof_dev *sdev, struct hdac_ext_stream *hext_stream)
189 snd_hdac_ext_stream_reset(hext_stream);
353 struct hdac_ext_stream *hext_stream = snd_soc_dai_get_dma_data(cpu_dai, substream);
358 snd_hdac_ext_stream_start(hext_stream);
363 snd_hdac_ext_stream_clear(hext_stream);
527 struct hdac_ext_stream *hext_stream = hda_get_hext_stream(sdev, cpu_dai, substream);
543 return hda_link_dma_cleanup(substream, hext_stream, cpu_dai);
579 struct hdac_ext_stream *hext_stream,
587 hext_stream->hstream.format_val = format_val;