is_sink
bool is_sink = UCSI_CONSTAT(con, PWR_DIR) == TYPEC_SINK;
if (is_sink && sink_path_enabled)
else if (!is_sink)
if (t->is_sink) {
.offset = offsetof(struct avs_tplg_binding, is_sink),
u8 is_sink;