Lines Matching refs:hext_stream

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