mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-12 16:11:04 +00:00
ASoC: wm5110: Correct AEC loopback mask
The generated defines in the header are pre-shifted. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
7f39bb9e9f
commit
7d5cb4f710
@ -344,8 +344,7 @@ static const unsigned int wm5110_aec_loopback_values[] = {
|
||||
|
||||
static const struct soc_enum wm5110_aec_loopback =
|
||||
SOC_VALUE_ENUM_SINGLE(ARIZONA_DAC_AEC_CONTROL_1,
|
||||
ARIZONA_AEC_LOOPBACK_SRC_SHIFT,
|
||||
ARIZONA_AEC_LOOPBACK_SRC_MASK,
|
||||
ARIZONA_AEC_LOOPBACK_SRC_SHIFT, 0xf,
|
||||
ARRAY_SIZE(wm5110_aec_loopback_texts),
|
||||
wm5110_aec_loopback_texts,
|
||||
wm5110_aec_loopback_values);
|
||||
|
Loading…
x
Reference in New Issue
Block a user