Searched refs:dsp_context (Results 1 – 3 of 3) sorted by relevance
374 ctx = iodev->dsp_context; in apply_dsp()391 if (iodev->dsp_context) { in cras_iodev_free_dsp()392 cras_dsp_context_free(iodev->dsp_context); in cras_iodev_free_dsp()393 iodev->dsp_context = NULL; in cras_iodev_free_dsp()401 struct cras_dsp_context *ctx = iodev->dsp_context; in adjust_dev_channel_for_dsp()474 if (iodev->dsp_context) in cras_iodev_set_format()519 pipeline = iodev->dsp_context ? in add_ext_dsp_module_to_pipeline()520 cras_dsp_get_pipeline(iodev->dsp_context) : in add_ext_dsp_module_to_pipeline()525 cras_dsp_load_dummy_pipeline(iodev->dsp_context, in add_ext_dsp_module_to_pipeline()527 pipeline = cras_dsp_get_pipeline(iodev->dsp_context); in add_ext_dsp_module_to_pipeline()[all …]
280 struct cras_dsp_context *dsp_context; member
269 iodev_.dsp_context = NULL; in SetUp()768 iodev.dsp_context = reinterpret_cast<cras_dsp_context*>(0x15); in TEST()2214 iodev.dsp_context = reinterpret_cast<cras_dsp_context*>(0xf0f); in TEST()2272 iodev.dsp_context = reinterpret_cast<cras_dsp_context*>(0xf0f); in TEST()