projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baf46c3
)
ASoC: codecs: Modify macro value error
author
Weidong Wang
<wangweidong.a@awinic.com>
Wed, 1 Nov 2023 09:02:10 +0000
(17:02 +0800)
committer
Mark Brown
<broonie@kernel.org>
Wed, 1 Nov 2023 13:19:43 +0000
(13:19 +0000)
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>
sound/soc/codecs/aw88399.h
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/aw88399.h
b/sound/soc/codecs/aw88399.h
index 8b3f1e10198542114cc9902671213eb1541d7abb..4f391099d0f2cc796d26f303c65709fe840ba18e 100644
(file)
--- 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 {