Searched refs:dsp_context (Results 1 – 3 of 3) sorted by relevance
376 ctx = iodev->dsp_context; in apply_dsp()393 if (iodev->dsp_context) { in cras_iodev_free_dsp()394 cras_dsp_context_free(iodev->dsp_context); in cras_iodev_free_dsp()395 iodev->dsp_context = NULL; in cras_iodev_free_dsp()403 struct cras_dsp_context *ctx = iodev->dsp_context; in adjust_dev_channel_for_dsp()479 if (iodev->dsp_context) in cras_iodev_set_format()524 pipeline = iodev->dsp_context ? in add_ext_dsp_module_to_pipeline()525 cras_dsp_get_pipeline(iodev->dsp_context) : in add_ext_dsp_module_to_pipeline()530 cras_dsp_load_mock_pipeline(iodev->dsp_context, in add_ext_dsp_module_to_pipeline()532 pipeline = cras_dsp_get_pipeline(iodev->dsp_context); in add_ext_dsp_module_to_pipeline()[all …]
292 struct cras_dsp_context *dsp_context; member
268 iodev_.dsp_context = NULL; in SetUp()772 iodev.dsp_context = reinterpret_cast<cras_dsp_context*>(0x15); in TEST()2222 iodev.dsp_context = reinterpret_cast<cras_dsp_context*>(0xf0f); in TEST()2280 iodev.dsp_context = reinterpret_cast<cras_dsp_context*>(0xf0f); in TEST()