Message ID | 20210811083750.26680-1-derek.fang@realtek.com |
---|---|
State | New |
Headers | show |
Series | [1/2] Revert "ASoC: rt5682: Adjust headset volume button threshold" | expand |
On Wed, Aug 11, 2021 at 04:37:50PM +0800, derek.fang@realtek.com wrote: > From: Derek Fang <derek.fang@realtek.com> > > Fix the wrong button vol+ detection issue with some brand headsets > by fine tuning the threshold of button vol+ and SAR ADC button accuracy. This doesn't apply against current code, please check and resend.
On Wed, 11 Aug 2021 16:37:49 +0800, derek.fang@realtek.com wrote: > From: Derek Fang <derek.fang@realtek.com> > > This reverts commit 6d20bf7c020f417fdef1810a22da17c126603472. > Since it may risk affecting other headset Vol- button. > > > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/2] Revert "ASoC: rt5682: Adjust headset volume button threshold" commit: cf2a19f7d2b7d777b4a0ec6f3faa7fe3e4ad568e [2/2] ASoC: rt5682: Fix the vol+ button detection issue (no commit info) All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
diff --git a/sound/soc/codecs/rt5682.c b/sound/soc/codecs/rt5682.c index 7dc01ae6bb66..fcf442b8a732 100644 --- a/sound/soc/codecs/rt5682.c +++ b/sound/soc/codecs/rt5682.c @@ -44,7 +44,6 @@ static const struct reg_sequence patch_list[] = { {RT5682_I2C_CTRL, 0x000f}, {RT5682_PLL2_INTERNAL, 0x8266}, {RT5682_SAR_IL_CMD_3, 0x8365}, - {RT5682_SAR_IL_CMD_6, 0x0180}, }; void rt5682_apply_patch_list(struct rt5682_priv *rt5682, struct device *dev)