aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Yu <[email protected]>2024-05-14 02:31:22 +0000
committerMark Brown <[email protected]>2024-05-14 12:08:52 +0100
commit1f900475314ef258af1a4c11bc9096fe2ffe263f (patch)
treeb7043db6eb5acb10c2ff55528f4d7a1a3db85696
parent04b5e2f9a75a3f33f29dec780c1363367642fd73 (diff)
ASoC: rt5645: mic-in detection threshold modification
Modify mic-in detection threshold for better performance. Signed-off-by: Jack Yu <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--sound/soc/codecs/rt5645.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
index 05f574bf8b8f..cdb7ff7020e9 100644
--- a/sound/soc/codecs/rt5645.c
+++ b/sound/soc/codecs/rt5645.c
@@ -81,6 +81,7 @@ static const struct reg_sequence init_list[] = {
static const struct reg_sequence rt5650_init_list[] = {
{0xf6, 0x0100},
{RT5645_PWR_ANLG1, 0x02},
+ {RT5645_IL_CMD3, 0x0018},
};
static const struct reg_default rt5645_reg[] = {