diff options
author | Jack Yu <jack.yu@realtek.com> | 2024-05-14 04:31:22 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-05-14 13:08:52 +0200 |
commit | 1f900475314ef258af1a4c11bc9096fe2ffe263f (patch) | |
tree | b7043db6eb5acb10c2ff55528f4d7a1a3db85696 /sound | |
parent | ASoC: Intel: sof_sdw_rt_sdca_jack_common: Use name_prefix for `-sdca` detection (diff) | |
download | linux-1f900475314ef258af1a4c11bc9096fe2ffe263f.tar.xz linux-1f900475314ef258af1a4c11bc9096fe2ffe263f.zip |
ASoC: rt5645: mic-in detection threshold modification
Modify mic-in detection threshold for better performance.
Signed-off-by: Jack Yu <jack.yu@realtek.com>
Link: https://msgid.link/r/b7614d9e38054aa6ad8efa620edb4162@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/rt5645.c | 1 |
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[] = { |