summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorWeidong Wang <wangweidong.a@awinic.com>2023-11-01 17:02:10 +0800
committerMark Brown <broonie@kernel.org>2023-11-01 13:19:43 +0000
commitb729598c1747576bb9a4c997190be3f7c2915726 (patch)
tree9f3199de5f50903814b2c48edde588d00c44dab1 /sound
parentbaf46c3c763809fbeabcff5ec6e2ff3081f755f2 (diff)
ASoC: codecs: Modify macro value error
The value of vsense_select should be either 32 or 0 in both cases, so modify the AW88399_DEV_VDSEL_VSENSE macro to 32. Signed-off-by: Weidong Wang <wangweidong.a@awinic.com> Link: https://lore.kernel.org/r/20231101090211.177125-4-wangweidong.a@awinic.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/aw88399.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/aw88399.h b/sound/soc/codecs/aw88399.h
index 8b3f1e101985..4f391099d0f2 100644
--- a/sound/soc/codecs/aw88399.h
+++ b/sound/soc/codecs/aw88399.h
@@ -522,7 +522,7 @@ enum {
enum {
AW88399_DEV_VDSEL_DAC = 0,
- AW88399_DEV_VDSEL_VSENSE = 1,
+ AW88399_DEV_VDSEL_VSENSE = 32,
};
enum {