Home
last modified time | relevance | path

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

/linux/sound/hda/ext/
H A Dhdac_ext_stream.c28 int snd_hdac_ext_host_stream_setup(struct hdac_ext_stream *hext_stream, bool code_loading) in snd_hdac_ext_host_stream_setup() argument
30 return hext_stream->host_setup(hdac_stream(hext_stream), code_loading); in snd_hdac_ext_host_stream_setup()
44 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream); in snd_hdac_apl_host_stream_setup() local
47 snd_hdac_ext_stream_decouple(hstream->bus, hext_stream, false); in snd_hdac_apl_host_stream_setup()
49 snd_hdac_ext_stream_decouple(hstream->bus, hext_stream, true); in snd_hdac_apl_host_stream_setup()
66 struct hdac_ext_stream *hext_stream, in snd_hdac_ext_stream_init() argument
70 hext_stream->pphc_addr = bus->ppcap + AZX_PPHC_BASE + in snd_hdac_ext_stream_init()
73 hext_stream->pplc_addr = bus->ppcap + AZX_PPLC_BASE + in snd_hdac_ext_stream_init()
78 hext_stream->decoupled = false; in snd_hdac_ext_stream_init()
79 snd_hdac_stream_init(bus, &hext_stream->hstream, idx, direction, tag); in snd_hdac_ext_stream_init()
[all …]
/linux/sound/soc/sof/intel/
H A Dhda-probes.c33 struct hdac_ext_stream *hext_stream; in hda_probes_compr_startup() local
35 hext_stream = hda_dsp_stream_get(sdev, cstream->direction, 0); in hda_probes_compr_startup()
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()
52 struct hdac_ext_stream *hext_stream = hda_compr_get_stream(cstream); in hda_probes_compr_shutdown() local
57 hdac_stream(hext_stream)->stream_tag); in hda_probes_compr_shutdown()
63 hdac_stream(hext_stream)->cstream = NULL; in hda_probes_compr_shutdown()
[all …]
H A Dhda-dai.c106 int hda_link_dma_cleanup(struct snd_pcm_substream *substream, struct hdac_ext_stream *hext_stream, in hda_link_dma_cleanup() argument
127 stream_tag = hdac_stream(hext_stream)->stream_tag; in hda_link_dma_cleanup()
134 hext_stream->link_prepared = 0; in hda_link_dma_cleanup()
137 hda_stream = hstream_to_sof_hda_stream(hext_stream); in hda_link_dma_cleanup()
147 struct hdac_ext_stream *hext_stream; in hda_link_dma_hw_params() local
164 hext_stream = ops->get_hext_stream(sdev, cpu_dai, substream); in hda_link_dma_hw_params()
166 if (!hext_stream) { in hda_link_dma_hw_params()
168 hext_stream = ops->assign_hext_stream(sdev, cpu_dai, substream); in hda_link_dma_hw_params()
171 if (!hext_stream) in hda_link_dma_hw_params()
174 hstream = &hext_stream->hstream; in hda_link_dma_hw_params()
[all …]
H A Dhda-loader.c51 struct hdac_ext_stream *hext_stream; in hda_cl_prepare() local
55 hext_stream = hda_dsp_stream_get(sdev, direction, 0); in hda_cl_prepare()
57 if (!hext_stream) { in hda_cl_prepare()
61 hstream = &hext_stream->hstream; in hda_cl_prepare()
76 ret = hda_dsp_iccmax_stream_hw_params(sdev, hext_stream, dmab, NULL); in hda_cl_prepare()
82 ret = hda_dsp_stream_hw_params(sdev, hext_stream, dmab, NULL); in hda_cl_prepare()
87 hda_dsp_stream_spib_config(sdev, hext_stream, HDA_DSP_SPIB_ENABLE, size); in hda_cl_prepare()
90 return hext_stream; in hda_cl_prepare()
224 int hda_cl_trigger(struct device *dev, struct hdac_ext_stream *hext_stream, int cmd) in hda_cl_trigger() argument
227 struct hdac_stream *hstream = &hext_stream->hstream; in hda_cl_trigger()
[all …]
H A Dhda-stream.c162 struct hdac_ext_stream *hext_stream, in hda_dsp_stream_spib_config() argument
165 struct hdac_stream *hstream = &hext_stream->hstream; in hda_dsp_stream_spib_config()
194 struct hdac_ext_stream *hext_stream = NULL; in hda_dsp_stream_get() local
202 hext_stream = stream_to_hdac_ext_stream(s); in hda_dsp_stream_get()
203 hda_stream = container_of(hext_stream, in hda_dsp_stream_get()
205 hext_stream); in hda_dsp_stream_get()
218 if (!hext_stream) { in hda_dsp_stream_get()
220 return hext_stream; in hda_dsp_stream_get()
238 return hext_stream; in hda_dsp_stream_get()
248 struct hdac_ext_stream *hext_stream; in hda_dsp_stream_put() local
[all …]
H A Dhda-dai-ops.c63 struct hdac_ext_stream *hext_stream = in hda_link_stream_assign() local
68 hda_stream = hstream_to_sof_hda_stream(hext_stream); in hda_link_stream_assign()
73 if (!hext_stream->link_locked) { in hda_link_stream_assign()
79 res = hext_stream; in hda_link_stream_assign()
90 res = hext_stream; in hda_link_stream_assign()
94 res = hext_stream; in hda_link_stream_assign()
149 struct hdac_ext_stream *hext_stream; in hda_assign_hext_stream() local
151 hext_stream = hda_link_stream_assign(sof_to_bus(sdev), substream); in hda_assign_hext_stream()
152 if (!hext_stream) in hda_assign_hext_stream()
155 snd_soc_dai_set_dma_data(cpu_dai, substream, (void *)hext_stream); in hda_assign_hext_stream()
[all …]
H A Dhda-pcm.c100 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream); in hda_dsp_pcm_hw_params() local
126 ret = hda_dsp_stream_hw_params(sdev, hext_stream, dmab, params); in hda_dsp_pcm_hw_params()
134 hda_dsp_stream_spib_config(sdev, hext_stream, HDA_DSP_SPIB_ENABLE, 0); in hda_dsp_pcm_hw_params()
136 hda_dsp_stream_spib_config(sdev, hext_stream, HDA_DSP_SPIB_DISABLE, 0); in hda_dsp_pcm_hw_params()
174 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream); in hda_dsp_pcm_trigger() local
176 return hda_dsp_stream_trigger(sdev, hext_stream, cmd); in hda_dsp_pcm_trigger()
H 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()
H A Dhda.h561 struct hdac_ext_stream hext_stream; member
569 container_of(hstream, struct sof_intel_hda_stream, hext_stream)
653 struct hdac_ext_stream *hext_stream,
657 struct hdac_ext_stream *hext_stream,
661 struct hdac_ext_stream *hext_stream, int cmd);
682 struct hdac_ext_stream *hext_stream,
713 int hda_cl_copy_fw(struct snd_sof_dev *sdev, struct hdac_ext_stream *hext_stream);
718 int hda_cl_trigger(struct device *dev, struct hdac_ext_stream *hext_stream, int cmd);
721 struct hdac_ext_stream *hext_stream);
1008 void (*setup_hext_stream)(struct snd_sof_dev *sdev, struct hdac_ext_stream *hext_stream,
[all …]
H A Dhda-ipc.c422 hext_stream.hstream); in hda_ipc_msg_data()
444 hext_stream.hstream); in hda_set_stream_data_offset()
/linux/include/sound/
H A Dhdaudio_ext.h82 void snd_hdac_ext_stream_release(struct hdac_ext_stream *hext_stream, int type);
86 struct hdac_ext_stream *hext_stream, bool decouple);
90 void snd_hdac_ext_stream_start(struct hdac_ext_stream *hext_stream);
91 void snd_hdac_ext_stream_clear(struct hdac_ext_stream *hext_stream);
92 void snd_hdac_ext_stream_reset(struct hdac_ext_stream *hext_stream);
93 int snd_hdac_ext_stream_setup(struct hdac_ext_stream *hext_stream, int fmt);
94 int snd_hdac_ext_host_stream_setup(struct hdac_ext_stream *hext_stream, bool code_loading);