asoc: lpass-codec: enable TX Core clock before codec reg access

Enable the TX Core clock to enable access to lpass-cdc registers.

Change-Id: I3088e06e9e77ef24b2e4e802852cc3bb65542f5c
Signed-off-by: Vangala, Amarnath <quic_avangala@quicinc.com>
This commit is contained in:
Vangala, Amarnath
2023-07-14 23:16:49 +05:30
parent 07d7140867
commit a267ec5239
2 changed files with 27 additions and 5 deletions

View File

@@ -73,6 +73,7 @@ struct lpass_cdc_priv {
struct clk *lpass_audio_hw_vote;
int core_hw_vote_count;
int core_audio_vote_count;
int core_clk_vote_count;
/* Entry for version info */
struct snd_info_entry *entry;