diff mbox series

[V2,3/3] ASoC: codecs: Modify macro value error

Message ID 20231101090211.177125-4-wangweidong.a@awinic.com (mailing list archive)
State Accepted
Commit b729598c1747576bb9a4c997190be3f7c2915726
Headers show
Series ASoC: codecs: Modify some error codes | expand

Commit Message

wangweidong.a@awinic.com Nov. 1, 2023, 9:02 a.m. UTC
From: Weidong Wang <wangweidong.a@awinic.com>

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>
---
 sound/soc/codecs/aw88399.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 {