summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/es8326.h
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2024-04-02 21:01:43 +0100
committerMark Brown <broonie@kernel.org>2024-04-02 21:01:43 +0100
commit283758231dbb09c6cf28646cf924341da106cccd (patch)
treee63e4c4aeb71c81e004cec323ff33b39a4bea7fe /sound/soc/codecs/es8326.h
parentd619b0b70dc4f160f2b95d95ccfed2631ab7ac3a (diff)
parentfec9c7f668ac5dd107f4da5a3b18379e07ec1a41 (diff)
ASoC: codecs: ES8326: solve some hp issues and
Merge series from Zhang Yi <zhangyi@everest-semi.com>: We solved some issues related to headphone detection.And for using the same configuration in different power conditions,we modified the clock table
Diffstat (limited to 'sound/soc/codecs/es8326.h')
-rw-r--r--sound/soc/codecs/es8326.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/es8326.h b/sound/soc/codecs/es8326.h
index ee12caef8105..c3e52e7bdef5 100644
--- a/sound/soc/codecs/es8326.h
+++ b/sound/soc/codecs/es8326.h
@@ -104,7 +104,7 @@
#define ES8326_MUTE (3 << 0)
/* ES8326_CLK_CTL */
-#define ES8326_CLK_ON (0x7e << 0)
+#define ES8326_CLK_ON (0x7f << 0)
#define ES8326_CLK_OFF (0 << 0)
/* ES8326_CLK_INV */