Merge "asoc: wsa883x: Update wsa8832 DRE gain"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
92567454a0
@@ -1188,7 +1188,7 @@ static void wsa883x_codec_init(struct snd_soc_component *component)
|
|||||||
snd_soc_component_update_bits(component, reg_init[i].reg,
|
snd_soc_component_update_bits(component, reg_init[i].reg,
|
||||||
reg_init[i].mask, reg_init[i].val);
|
reg_init[i].mask, reg_init[i].val);
|
||||||
|
|
||||||
if (wsa883x->variant == WSA8830) {
|
if (wsa883x->variant == WSA8830 || wsa883x->variant == WSA8832) {
|
||||||
snd_soc_component_update_bits(component, WSA883X_DRE_CTL_0,
|
snd_soc_component_update_bits(component, WSA883X_DRE_CTL_0,
|
||||||
0x07, 0x03);
|
0x07, 0x03);
|
||||||
wsa883x->comp_offset = COMP_OFFSET3;
|
wsa883x->comp_offset = COMP_OFFSET3;
|
||||||
|
Reference in New Issue
Block a user