Home
last modified time | relevance | path

Searched refs:hext_stream (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/sound/hda/ext/
A Dhdac_ext_stream.c43 hext_stream->decoupled = false; in snd_hdac_ext_stream_init()
64 if (!hext_stream) in snd_hdac_ext_stream_init_all()
90 kfree(hext_stream); in snd_hdac_ext_stream_free_all()
110 hext_stream->decoupled = decouple; in snd_hdac_ext_stream_decouple_locked()
234 if (!hext_stream->link_locked) { in hdac_ext_link_dma_stream_assign()
235 res = hext_stream; in hdac_ext_link_dma_stream_assign()
270 res = hext_stream; in hdac_ext_host_dma_stream_assign()
316 return hext_stream; in snd_hdac_ext_stream_assign()
349 if (!hext_stream->link_locked) in snd_hdac_ext_stream_release()
360 hext_stream->link_locked = 0; in snd_hdac_ext_stream_release()
[all …]
/linux-6.3-rc2/sound/soc/sof/intel/
A Dhda-dai.c98 res = hext_stream; in hda_link_stream_assign()
109 res = hext_stream; in hda_link_stream_assign()
113 res = hext_stream; in hda_link_stream_assign()
224 if (!hext_stream) { in hda_link_dma_hw_params()
226 if (!hext_stream) in hda_link_dma_hw_params()
264 if (!hext_stream) in hda_link_dma_trigger()
297 if (!hext_stream) in hda_link_dma_hw_free()
326 if (!hext_stream) in hda_dai_hw_params_update()
345 if (hext_stream && hext_stream->link_prepared) in hda_dai_hw_params()
383 if (hext_stream && hext_stream->link_prepared) in hda_dai_prepare()
[all …]
A Dhda-probes.c33 struct hdac_ext_stream *hext_stream; in hda_probes_compr_startup() local
36 if (!hext_stream) in hda_probes_compr_startup()
39 hdac_stream(hext_stream)->curr_pos = 0; in hda_probes_compr_startup()
40 hdac_stream(hext_stream)->cstream = cstream; in hda_probes_compr_startup()
41 cstream->runtime->private_data = hext_stream; in hda_probes_compr_startup()
43 *stream_id = hdac_stream(hext_stream)->stream_tag; in hda_probes_compr_startup()
57 hdac_stream(hext_stream)->stream_tag); in hda_probes_compr_shutdown()
63 hdac_stream(hext_stream)->cstream = NULL; in hda_probes_compr_shutdown()
76 struct hdac_stream *hstream = hdac_stream(hext_stream); in hda_probes_compr_set_params()
110 return hda_dsp_stream_trigger(sdev, hext_stream, cmd); in hda_probes_compr_trigger()
[all …]
A Dhda-loader.c50 struct hdac_ext_stream *hext_stream; in hda_cl_stream_prepare() local
57 if (!hext_stream) { in hda_cl_stream_prepare()
61 hstream = &hext_stream->hstream; in hda_cl_stream_prepare()
90 return hext_stream; in hda_cl_stream_prepare()
250 struct hdac_ext_stream *hext_stream) in hda_cl_cleanup() argument
387 struct hdac_ext_stream *hext_stream; in hda_dsp_cl_boot_firmware() local
423 if (IS_ERR(hext_stream)) { in hda_dsp_cl_boot_firmware()
425 return PTR_ERR(hext_stream); in hda_dsp_cl_boot_firmware()
522 struct hdac_ext_stream *hext_stream; in hda_dsp_ipc4_load_library() local
540 if (IS_ERR(hext_stream)) { in hda_dsp_ipc4_load_library()
[all …]
A Dhda-stream.c198 hext_stream); in hda_dsp_stream_get()
211 if (!hext_stream) { in hda_dsp_stream_get()
215 return hext_stream; in hda_dsp_stream_get()
230 return hext_stream; in hda_dsp_stream_get()
251 hda_stream = container_of(hext_stream, struct sof_intel_hda_stream, hext_stream); in hda_dsp_stream_put()
406 if (!hext_stream) { in hda_dsp_iccmax_stream_hw_params()
486 if (!hext_stream) { in hda_dsp_stream_hw_params()
679 if (!hext_stream->link_locked) in hda_dsp_stream_hw_free()
862 hext_stream = &hda_stream->hext_stream; in hda_dsp_stream_init()
918 hext_stream = &hda_stream->hext_stream; in hda_dsp_stream_init()
[all …]
A Dhda-pcm.c100 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream); in hda_dsp_pcm_hw_params() local
121 ret = hda_dsp_stream_hw_params(sdev, hext_stream, dmab, params); in hda_dsp_pcm_hw_params()
129 hda_dsp_stream_spib_config(sdev, hext_stream, HDA_DSP_SPIB_ENABLE, 0); in hda_dsp_pcm_hw_params()
131 hda_dsp_stream_spib_config(sdev, hext_stream, HDA_DSP_SPIB_DISABLE, 0); in hda_dsp_pcm_hw_params()
167 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream); in hda_dsp_pcm_trigger() local
169 return hda_dsp_stream_trigger(sdev, hext_stream, cmd); in hda_dsp_pcm_trigger()
A Dhda-trace.c25 struct hdac_ext_stream *hext_stream = hda->dtrace_stream; in hda_dsp_trace_prepare() local
26 struct hdac_stream *hstream = &hext_stream->hstream; in hda_dsp_trace_prepare()
32 ret = hda_dsp_stream_hw_params(sdev, hext_stream, dmab, NULL); in hda_dsp_trace_prepare()
A Dhda.h553 struct hdac_ext_stream hext_stream; member
560 container_of(hstream, struct sof_intel_hda_stream, hext_stream)
632 struct hdac_ext_stream *hext_stream,
636 struct hdac_ext_stream *hext_stream,
640 struct hdac_ext_stream *hext_stream, int cmd);
655 struct hdac_ext_stream *hext_stream,
682 int hda_cl_copy_fw(struct snd_sof_dev *sdev, struct hdac_ext_stream *hext_stream);
687 struct hdac_ext_stream *hext_stream);
A Dhda-ipc.c404 hext_stream.hstream); in hda_ipc_msg_data()
425 hext_stream.hstream); in hda_set_stream_data_offset()
/linux-6.3-rc2/include/sound/
A Dhdaudio_ext.h77 void snd_hdac_ext_stream_release(struct hdac_ext_stream *hext_stream, int type);
81 struct hdac_ext_stream *hext_stream, bool decouple);
85 void snd_hdac_ext_stream_start(struct hdac_ext_stream *hext_stream);
86 void snd_hdac_ext_stream_clear(struct hdac_ext_stream *hext_stream);
87 void snd_hdac_ext_stream_reset(struct hdac_ext_stream *hext_stream);
88 int snd_hdac_ext_stream_setup(struct hdac_ext_stream *hext_stream, int fmt);

Completed in 19 milliseconds