component: Writeback cache after status change

Component like mux checks component state in every copy_call,
so when running mux and connected component on another cores,
then status writeback is needed.

Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
This commit is contained in:
Karol Trzcinski 2020-06-22 14:00:37 +02:00 committed by Marcin Maka
parent dc5e7681de
commit f1ceb6305b
1 changed files with 2 additions and 0 deletions

View File

@ -197,6 +197,8 @@ int comp_set_state(struct comp_dev *dev, int cmd)
break;
}
comp_writeback(dev);
return ret;
}