summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/cs35l32.h
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2015-07-23 08:28:50 +0800
committerMark Brown <broonie@kernel.org>2015-07-23 16:01:56 +0100
commit4c38b9c30f78d44c576ca3049577fbd4d5c2acc6 (patch)
treea5bd08fd6924773d0c2bc70aa059a03312697061 /sound/soc/codecs/cs35l32.h
parentbc0195aad0daa2ad5b0d76cce22b167bc3435590 (diff)
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>
Diffstat (limited to 'sound/soc/codecs/cs35l32.h')
-rw-r--r--sound/soc/codecs/cs35l32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs35l32.h b/sound/soc/codecs/cs35l32.h
index 31ab804a22bc..1d6c2508cd41 100644
--- a/sound/soc/codecs/cs35l32.h
+++ b/sound/soc/codecs/cs35l32.h
@@ -80,7 +80,7 @@ struct cs35l32_platform_data {
#define CS35L32_GAIN_MGR_MASK 0x08
#define CS35L32_ADSP_SHARE_MASK 0x08
#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_THRESH_MASK 0x30