diff options
author | Mark Brown <broonie@kernel.org> | 2020-11-30 17:05:07 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-11-30 17:05:07 +0100 |
commit | e5879d988291a964a87c4868057dc989d901eea0 (patch) | |
tree | 465bb757245f6c9050315d8aae61ad081affc676 /sound/soc/codecs/rt5682.c | |
parent | Merge series "ASoC: SOF: Intel: fix ICL boot sequence" from Kai Vehmanen <kai... (diff) | |
parent | Merge series "ASoC: amd: Minor fixes for error handling" from Takashi Iwai <t... (diff) | |
download | linux-e5879d988291a964a87c4868057dc989d901eea0.tar.xz linux-e5879d988291a964a87c4868057dc989d901eea0.zip |
Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.11
Diffstat (limited to 'sound/soc/codecs/rt5682.c')
-rw-r--r-- | sound/soc/codecs/rt5682.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5682.c b/sound/soc/codecs/rt5682.c index f299b30f4f59..4d865edadd7e 100644 --- a/sound/soc/codecs/rt5682.c +++ b/sound/soc/codecs/rt5682.c @@ -43,6 +43,7 @@ static const struct reg_sequence patch_list[] = { {RT5682_DAC_ADC_DIG_VOL1, 0xa020}, {RT5682_I2C_CTRL, 0x000f}, {RT5682_PLL2_INTERNAL, 0x8266}, + {RT5682_SAR_IL_CMD_3, 0x8365}, }; void rt5682_apply_patch_list(struct rt5682_priv *rt5682, struct device *dev) |