Home
last modified time | relevance | path

Searched refs:SOF_COMP_DAI (Results 1 – 15 of 15) sorted by relevance

/sof-3.4.0/tools/tplg_parser/
Ddai.c84 dai->comp.type = SOF_COMP_DAI; in dai_ipc3_build()
/sof-3.4.0/src/include/ipc/
Dtopology.h30 SOF_COMP_DAI, enumerator
/sof-3.4.0/tools/testbench/
Dtestbench.c207 case SOF_COMP_DAI: in test_pipeline_set_test_limits()
248 case SOF_COMP_DAI: in test_pipeline_get_file_stats()
Dtopology.c380 SOF_COMP_HOST : SOF_COMP_DAI; in tb_register_fileread()
424 SOF_COMP_DAI : SOF_COMP_HOST; in tb_register_filewrite()
Dfile.c922 .type = SOF_COMP_DAI,
/sof-3.4.0/src/ipc/ipc3/
Dhelper.c216 case SOF_COMP_DAI: in comp_specific_builder()
232 case SOF_COMP_DAI: in comp_specific_builder()
Ddai.c220 if (dev_comp_type(icd->cd) == SOF_COMP_DAI || in ipc_comp_dai_config()
/sof-3.4.0/src/audio/pipeline/
Dpipeline-params.c164 if (dev_comp_type(current) == SOF_COMP_DAI) { in pipeline_comp_hw_params()
Dpipeline-stream.c57 if (pipe_source && dev_comp_type(pipe_source) == SOF_COMP_DAI) in pipeline_should_report_enodata_on_trigger()
Dpipeline-graph.c539 return dev_comp_type(ipc_sink->cd) == SOF_COMP_DAI ? ipc_sink->cd : NULL; in pipeline_get_dai_comp_latency()
/sof-3.4.0/src/include/sof/audio/
Dcomponent_ext.h347 case SOF_COMP_DAI: in comp_get_endpoint_type()
/sof-3.4.0/src/audio/asrc/
Dasrc.c618 } while (dev_comp_type(dev) != SOF_COMP_DAI); in asrc_dai_find()
637 } while (dev_comp_type(dev) != SOF_COMP_DAI); in asrc_dai_find()
/sof-3.4.0/src/audio/
Ddai-legacy.c1088 .type = SOF_COMP_DAI,
Ddai-zephyr.c1436 .type = SOF_COMP_DAI,
/sof-3.4.0/src/audio/copier/
Dcopier.c385 config->type = SOF_COMP_DAI; in create_dai()