Searched refs:echo_ref (Results 1 – 2 of 2) sorted by relevance
413 struct cras_iodev *echo_ref; in update_first_output_dev_to_process() local420 echo_ref = get_echo_reference_target(iodev); in update_first_output_dev_to_process()423 if (rmodule->odev == echo_ref) in update_first_output_dev_to_process()432 rmodule->odev = echo_ref; in update_first_output_dev_to_process()433 cras_iodev_set_ext_dsp_module(echo_ref, &rmodule->ext); in update_first_output_dev_to_process()447 struct cras_iodev *echo_ref; in handle_device_disabled() local452 echo_ref = get_echo_reference_target(iodev); in handle_device_disabled()454 if (rmodule->odev == echo_ref) { in handle_device_disabled()455 cras_iodev_set_ext_dsp_module(echo_ref, NULL); in handle_device_disabled()
931 const char* echo_ref = "echo ref"; in TEST() local950 ucm_get_echo_reference_dev_name_for_dev_return_value[0] = strdup(echo_ref); in TEST()