/sof-2.7.6/scripts/ |
D | sof-target-install.sh | 7 for host in $@ 9 scp build_*_*/sof-*.ri root@${host}:/lib/firmware/intel/sof/ 10 scp tools/build_tools/topology/*.tplg root@${host}:/lib/firmware/intel/sof-tplg/ 16 root@${host}:~/
|
/sof-2.7.6/src/audio/pipeline/ |
D | pipeline-stream.c | 176 int pipeline_trigger(struct pipeline *p, struct comp_dev *host, int cmd) in pipeline_trigger() argument 201 data.start = host; in pipeline_trigger() 204 ret = walk_ctx.comp_func(host, NULL, &walk_ctx, host->direction); in pipeline_trigger() 207 ret, dev_comp_id(host), cmd); in pipeline_trigger() 241 void pipeline_get_timestamp(struct pipeline *p, struct comp_dev *host, in pipeline_get_timestamp() argument 251 platform_host_timestamp(host, posn); in pipeline_get_timestamp() 253 data.start = host; in pipeline_get_timestamp() 256 walk_ctx.comp_func(host, NULL, &walk_ctx, host->direction); in pipeline_get_timestamp()
|
D | pipeline-params.c | 192 int pipeline_params(struct pipeline *p, struct comp_dev *host, in pipeline_params() argument 197 .start = host, in pipeline_params() 223 ret = hw_param_ctx.comp_func(host, NULL, &hw_param_ctx, dir); in pipeline_params() 226 ret, dev_comp_id(host)); in pipeline_params() 232 data.start = host; in pipeline_params() 234 ret = param_ctx.comp_func(host, NULL, ¶m_ctx, dir); in pipeline_params() 237 ret, dev_comp_id(host)); in pipeline_params()
|
/sof-2.7.6/src/ipc/ipc4/ |
D | handler.c | 82 static int ipc4_pipeline_params(struct pipeline *p, struct comp_dev *host, in ipc4_pipeline_params() argument 87 .start = host, in ipc4_pipeline_params() 97 return param_ctx.comp_func(host, NULL, ¶m_ctx, host->direction); in ipc4_pipeline_params() 154 struct ipc_comp_dev *host; in ipc4_set_pipeline_state() local 173 host = ipc_get_comp_by_id(ipc, pcm_dev->pipeline->source_comp->ipc_config.id); in ipc4_set_pipeline_state() 175 host = ipc_get_comp_by_id(ipc, pcm_dev->pipeline->sink_comp->ipc_config.id); in ipc4_set_pipeline_state() 177 if (!host) { in ipc4_set_pipeline_state() 184 if (!cpu_is_me(host->core)) in ipc4_set_pipeline_state() 185 return ipc_process_on_core(host->core, false); in ipc4_set_pipeline_state() 191 ret = ipc4_pcm_params(host); in ipc4_set_pipeline_state() [all …]
|
/sof-2.7.6/tools/fuzzer/ |
D | CMakeLists.txt | 38 platform/byt-host.c 39 platform/hsw-host.c 40 platform/imx8-host.c 62 "${SOF_ROOT_SOURCE_DIRECTORY}/src/arch/host/include"
|
/sof-2.7.6/src/drivers/ |
D | Kconfig | 16 Select this to enable the software-based host DMA implementation. 17 This driver does all the transfers between host memory and DSP local 19 host memory.
|
D | CMakeLists.txt | 16 add_subdirectory(host)
|
/sof-2.7.6/tools/topology/topology2/include/pipelines/ |
D | volume-demux-playback.conf | 43 host."playback" { 83 source host..playback
|
D | eq-iir-volume-capture.conf | 43 host."capture" { 84 sink host..capture
|
D | passthrough-capture.conf | 43 host."capture" {
|
/sof-2.7.6/tools/topology/topology1/sof/ |
D | pipe-host-volume-playback.m4 | 5 # host PCM_P --> B0 --> Volume 0 --> B1 --> [other pipeline] 61 # host PCM_P --> B0 --> Volume 0 --> B1 --> sink DAI0 63 P_GRAPH(pipe-host-volume-playback, PIPELINE_ID,
|
D | pipe-tdfb-playback.m4 | 5 # host PCM_P --> B0 --> TDFB 0 --> B1 --> sink DAI0 61 # host host PCM_P --> B0 --> TDFB --> B3 --> sink DAI0
|
D | pipe-eq-fir-playback.m4 | 5 # host PCM_P --> B0 --> EQ_FIR 0 --> B1 --> sink DAI0 64 # host host PCM_P --> B0 --> EQ_FIR 0 --> B1 --> sink DAI0
|
D | pipe-low-latency-capture.m4 | 5 # host PCM_C <--B5-- volume(0C) <--B4-- source DAI0 44 # "Capture Volume" has 2 sink and x source periods for host and DAI ping-pong 59 # host PCM <--B1-- volume <--B0-- source DAI0
|
D | pipe-eq-iir-playback.m4 | 5 # host PCM_P --> B0 --> EQ_IIR 0 --> B1 --> sink DAI0 64 # host host PCM_P --> B0 --> EQ_IIR 0 --> B1 --> sink DAI0
|
D | pipe-passthrough-capture.m4 | 5 # host PCM_C <-- B0 <-- sink DAI0 30 # host PCM_C <-- B0 <-- sink DAI0
|
D | pipe-passthrough-playback.m4 | 5 # host PCM_P --> B0 --> sink DAI0 30 # host PCM_P --> B0 --> sink DAI0
|
D | pipe-passthrough-capture-sched.m4 | 5 # host PCM_C <-- B0 <-- sink DAI0 33 # host PCM_C <-- B0 <-- sink DAI0
|
D | pipe-src-capture.m4 | 5 # host PCM_C <-- B0 <-- SRC <-- B1 <-- source DAI0 51 # host PCM_C <-- B0 <-- SRC <-- B1 <-- source DAI0
|
D | pipe-src-playback.m4 | 5 # host PCM_P --> B0 --> SRC --> B1 --> sink DAI0 51 # host PCM_P --> B0 --> SRC 0 --> B1 --> sink DAI0
|
/sof-2.7.6/src/drivers/amd/renoir/ |
D | timer.c | 50 void platform_host_timestamp(struct comp_dev *host, in platform_host_timestamp() argument 55 err = comp_position(host, posn); in platform_host_timestamp()
|
/sof-2.7.6/src/drivers/imx/ |
D | timer.c | 48 void platform_host_timestamp(struct comp_dev *host, in platform_host_timestamp() argument 54 err = comp_position(host, posn); in platform_host_timestamp()
|
/sof-2.7.6/src/drivers/intel/haswell/ |
D | timer.c | 49 void platform_host_timestamp(struct comp_dev *host, in platform_host_timestamp() argument 55 err = comp_position(host, posn); in platform_host_timestamp()
|
/sof-2.7.6/src/drivers/host/ |
D | timer.c | 12 void platform_host_timestamp(struct comp_dev *host, in platform_host_timestamp() argument
|
/sof-2.7.6/src/ipc/ipc3/ |
D | CMakeLists.txt | 11 host-page-table.c)
|