mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 01:20:01 -04:00
ASoC: codecs: wsa883x: use existing define instead of raw value
Use existing define for WSA883X_GLOBAL_PA_ENABLE instead of hard-coded value, just like in other places in this driver. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230607171326.179527-1-krzysztof.kozlowski@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
8da936e1b4
commit
99f3e7de7a
@@ -1334,7 +1334,8 @@ static int wsa883x_digital_mute(struct snd_soc_dai *dai, int mute, int stream)
|
||||
WSA883X_DRE_GAIN_EN_MASK,
|
||||
WSA883X_DRE_GAIN_FROM_CSR);
|
||||
snd_soc_component_write_field(component, WSA883X_PA_FSM_CTL,
|
||||
WSA883X_GLOBAL_PA_EN_MASK, 1);
|
||||
WSA883X_GLOBAL_PA_EN_MASK,
|
||||
WSA883X_GLOBAL_PA_ENABLE);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user