Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: cs35l32: Fix define for CS35L32_SDOUT_3ST

According to the datasheet, the CS35L32_SDOUT_3ST is BIT(3).

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Axel Lin and committed by
Mark Brown
4c38b9c3 bc0195aa

+1 -1
+1 -1
sound/soc/codecs/cs35l32.h
··· 80 80 #define CS35L32_GAIN_MGR_MASK 0x08 81 81 #define CS35L32_ADSP_SHARE_MASK 0x08 82 82 #define CS35L32_ADSP_DATACFG_MASK 0x30 83 - #define CS35L32_SDOUT_3ST 0x80 83 + #define CS35L32_SDOUT_3ST 0x08 84 84 #define CS35L32_BATT_REC_MASK 0x0E 85 85 #define CS35L32_BATT_THRESH_MASK 0x30 86 86