asoc: codecs: update cb decode register control
Update central broadcast register control to enable bcl path. Change-Id: Ibc05289d9cdd41e81369c6ef2547eceffa36d73a Signed-off-by: Vignesh Kulothungan <vigneshk@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
043966829b
commit
1065b55645
@@ -1721,7 +1721,7 @@ static int lpass_cdc_wsa_macro_enable_vbat(struct snd_soc_dapm_widget *w,
|
||||
LPASS_CDC_WSA_CB_DECODE_CB_DECODE_CTL1, 0x01, 0x01);
|
||||
/* Enable BCL path */
|
||||
snd_soc_component_update_bits(component,
|
||||
LPASS_CDC_WSA_CB_DECODE_CB_DECODE_CTL3, 0x01, 0x01);
|
||||
LPASS_CDC_WSA_CB_DECODE_CB_DECODE_CTL2, 0x01, 0x01);
|
||||
/* Request for BCL data */
|
||||
snd_soc_component_update_bits(component,
|
||||
LPASS_CDC_WSA_CB_DECODE_CB_DECODE_CTL3, 0x01, 0x01);
|
||||
|
Reference in New Issue
Block a user