mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-12 00:00:00 +00:00
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>
This commit is contained in:
parent
bc0195aad0
commit
4c38b9c30f
@ -80,7 +80,7 @@ struct cs35l32_platform_data {
|
|||||||
#define CS35L32_GAIN_MGR_MASK 0x08
|
#define CS35L32_GAIN_MGR_MASK 0x08
|
||||||
#define CS35L32_ADSP_SHARE_MASK 0x08
|
#define CS35L32_ADSP_SHARE_MASK 0x08
|
||||||
#define CS35L32_ADSP_DATACFG_MASK 0x30
|
#define CS35L32_ADSP_DATACFG_MASK 0x30
|
||||||
#define CS35L32_SDOUT_3ST 0x80
|
#define CS35L32_SDOUT_3ST 0x08
|
||||||
#define CS35L32_BATT_REC_MASK 0x0E
|
#define CS35L32_BATT_REC_MASK 0x0E
|
||||||
#define CS35L32_BATT_THRESH_MASK 0x30
|
#define CS35L32_BATT_THRESH_MASK 0x30
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user