edp_set_replay_allow_active
link->dc->link_srv->edp_set_replay_allow_active(link, &replay_active, wait, false, NULL);
link->dc->link_srv->edp_set_replay_allow_active(stream->link, &replay_active, true, false, NULL);
dc->link_srv->edp_set_replay_allow_active(edp_link, &allow_active, false, false, NULL);
dc->link_srv->edp_set_replay_allow_active(edp_link,
return link->dc->link_srv->edp_set_replay_allow_active(link, allow_active, wait,
bool (*edp_set_replay_allow_active)(struct dc_link *dc_link,
link_srv->edp_set_replay_allow_active = edp_set_replay_allow_active;
edp_set_replay_allow_active(link, &allow_active, true, false, NULL);
edp_set_replay_allow_active(link, &allow_active, true, false, NULL);
bool edp_set_replay_allow_active(struct dc_link *dc_link, const bool *enable,