soundwire: Vote for LPASS HW Core before soundwire register access

Vote for LPASS HW core before soundwire register access to avoid
register access violations.

Change-Id: Ie7ff73bbab64825bf07736f11ef9685e732fc8ae
Signed-off-by: Sudheer Papothi <spapothi@codeaurora.org>
This commit is contained in:
Sudheer Papothi
2019-03-27 17:34:48 +05:30
parent b4c9798b90
commit 66d6fd1364
2 changed files with 33 additions and 0 deletions

View File

@@ -154,6 +154,7 @@ struct swr_mstr_ctrl {
int wlock_holders;
u32 intr_mask;
struct port_params **port_param;
struct clk *lpass_core_hw_vote;
u8 num_usecase;
};