Searched refs:echo_ref (Results 1 – 2 of 2) sorted by relevance
345 struct cras_iodev *echo_ref; in update_first_output_dev_to_process() local353 echo_ref = get_echo_reference_target(iodev); in update_first_output_dev_to_process()354 rmodule->odev = echo_ref; in update_first_output_dev_to_process()355 cras_iodev_set_ext_dsp_module(echo_ref, &rmodule->ext); in update_first_output_dev_to_process()369 struct cras_iodev *echo_ref; in handle_device_disabled() local374 echo_ref = get_echo_reference_target(iodev); in handle_device_disabled()376 if (rmodule->odev == echo_ref) { in handle_device_disabled()377 cras_iodev_set_ext_dsp_module(echo_ref, NULL); in handle_device_disabled()
825 const char *echo_ref = "echo ref"; in TEST() local844 ucm_get_echo_reference_dev_name_for_dev_return_value[0] = strdup(echo_ref); in TEST()