techpack: audio: Fix indentation in wsa881x_visense_adc_ctrl()

Cross-checked with msm-4.14 and msm-5.15 tags. The change does not exist
as a separate commit and is squashed into the initial import.

Change-Id: Ib3defedf0fbd5b7cdccdfba26383313ff05b4ef0
Signed-off-by: Alexander Winkowski <dereference23@outlook.com>
This commit is contained in:
Alexander Winkowski
2023-08-22 13:03:56 +00:00
committed by Michael Bestas
parent 2b7f56236b
commit fd4f634bbc

View File

@@ -527,13 +527,13 @@ static int wsa881x_visense_adc_ctrl(struct snd_soc_component *component,
snd_soc_component_update_bits(component, snd_soc_component_update_bits(component,
WSA881X_ADC_SEL_IBIAS, WSA881X_ADC_SEL_IBIAS,
0x70, 0x40); 0x70, 0x40);
snd_soc_component_update_bits(component, snd_soc_component_update_bits(component,
WSA881X_ADC_EN_SEL_IBIAS, WSA881X_ADC_EN_SEL_IBIAS,
0x07, 0x04); 0x07, 0x04);
snd_soc_component_update_bits(component, snd_soc_component_update_bits(component,
WSA881X_ADC_EN_MODU_V, 0x80, 0x80); WSA881X_ADC_EN_MODU_V, 0x80, 0x80);
snd_soc_component_update_bits(component, snd_soc_component_update_bits(component,
WSA881X_ADC_EN_MODU_I, 0x80, 0x80); WSA881X_ADC_EN_MODU_I, 0x80, 0x80);
} else { } else {
/* Ensure: Speaker Protection has been stopped */ /* Ensure: Speaker Protection has been stopped */
snd_soc_component_update_bits(component, snd_soc_component_update_bits(component,