Searched refs:hext_stream (Results 1 – 8 of 8) sorted by relevance
| /linux/sound/soc/sof/intel/ |
| H A D | hda-loader.c | 57 struct hdac_ext_stream *hext_stream; in hda_cl_prepare() local 61 hext_stream = hda_dsp_stream_get(sdev, direction, 0); in hda_cl_prepare() 63 if (!hext_stream) { in hda_cl_prepare() 67 hstream = &hext_stream->hstream; in hda_cl_prepare() 90 ret = hda_dsp_iccmax_stream_hw_params(sdev, hext_stream, dmab, NULL); in hda_cl_prepare() 96 ret = hda_dsp_stream_hw_params(sdev, hext_stream, dmab, NULL); in hda_cl_prepare() 101 hda_dsp_stream_spib_config(sdev, hext_stream, HDA_DSP_SPIB_ENABLE, size); in hda_cl_prepare() 104 return hext_stream; in hda_cl_prepare() 242 int hda_cl_trigger(struct device *dev, struct hdac_ext_stream *hext_stream, int cmd) in hda_cl_trigger() argument 245 struct hdac_stream *hstream = &hext_stream->hstream; in hda_cl_trigger() [all …]
|
| H A D | hda-stream.c | 188 struct hdac_ext_stream *hext_stream, in hda_dsp_stream_spib_config() argument 191 struct hdac_stream *hstream = &hext_stream->hstream; in hda_dsp_stream_spib_config() 220 struct hdac_ext_stream *hext_stream = NULL; in hda_dsp_stream_get() local 228 hext_stream = stream_to_hdac_ext_stream(s); in hda_dsp_stream_get() 229 hda_stream = container_of(hext_stream, in hda_dsp_stream_get() 231 hext_stream); in hda_dsp_stream_get() 244 if (!hext_stream) { in hda_dsp_stream_get() 246 return hext_stream; in hda_dsp_stream_get() 264 return hext_stream; in hda_dsp_stream_get() 274 struct hdac_ext_stream *hext_stream; in hda_dsp_stream_put() local [all …]
|
| H A D | hda-dai-ops.c | 63 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 D | hda-pcm.c | 107 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream); in hda_dsp_pcm_hw_params() local 133 ret = hda_dsp_stream_hw_params(sdev, hext_stream, dmab, params); in hda_dsp_pcm_hw_params() 141 hda_dsp_stream_spib_config(sdev, hext_stream, HDA_DSP_SPIB_ENABLE, 0); in hda_dsp_pcm_hw_params() 143 hda_dsp_stream_spib_config(sdev, hext_stream, HDA_DSP_SPIB_DISABLE, 0); in hda_dsp_pcm_hw_params() 181 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream); in hda_dsp_pcm_trigger() local 183 return hda_dsp_stream_trigger(sdev, hext_stream, cmd); in hda_dsp_pcm_trigger()
|
| H A D | hda-trace.c | 25 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 D | hda-sdw-bpt.c | 369 hda_tx_stream = container_of(bpt_tx_stream, struct sof_intel_hda_stream, hext_stream); in hda_sdw_bpt_wait() 370 hda_rx_stream = container_of(bpt_rx_stream, struct sof_intel_hda_stream, hext_stream); in hda_sdw_bpt_wait()
|
| H A D | hda-ipc.c | 422 hext_stream.hstream); in hda_ipc_msg_data() 444 hext_stream.hstream); in hda_set_stream_data_offset()
|
| /linux/include/sound/ |
| H A D | hdaudio_ext.h | 81 void snd_hdac_ext_stream_release(struct hdac_ext_stream *hext_stream, int type); 85 struct hdac_ext_stream *hext_stream, bool decouple); 89 void snd_hdac_ext_stream_start(struct hdac_ext_stream *hext_stream); 90 void snd_hdac_ext_stream_clear(struct hdac_ext_stream *hext_stream); 91 void snd_hdac_ext_stream_reset(struct hdac_ext_stream *hext_stream); 92 int snd_hdac_ext_stream_setup(struct hdac_ext_stream *hext_stream, int fmt); 93 int snd_hdac_ext_host_stream_setup(struct hdac_ext_stream *hext_stream, bool code_loading);
|