public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH AUTOSEL 6.6 01/11] ASoC: tas2770: Fix volume scale
@ 2025-03-03 16:30 Sasha Levin
  2025-03-03 16:31 ` [PATCH AUTOSEL 6.6 02/11] ASoC: tas2764: Fix power control mask Sasha Levin
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Sasha Levin @ 2025-03-03 16:30 UTC (permalink / raw)
  To: linux-kernel, stable
  Cc: Hector Martin, Mark Brown, Sasha Levin, shenghao-ding, kevin-lu,
	baojun.xu, lgirdwood, perex, tiwai, linux-sound

From: Hector Martin <marcan@marcan.st>

[ Upstream commit 579cd64b9df8a60284ec3422be919c362de40e41 ]

The scale starts at -100dB, not -128dB.

Signed-off-by: Hector Martin <marcan@marcan.st>
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://patch.msgid.link/20250208-asoc-tas2770-v1-1-cf50ff1d59a3@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 sound/soc/codecs/tas2770.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/tas2770.c b/sound/soc/codecs/tas2770.c
index 99bf402eb5667..5c6b825c757b3 100644
--- a/sound/soc/codecs/tas2770.c
+++ b/sound/soc/codecs/tas2770.c
@@ -508,7 +508,7 @@ static int tas2770_codec_probe(struct snd_soc_component *component)
 }
 
 static DECLARE_TLV_DB_SCALE(tas2770_digital_tlv, 1100, 50, 0);
-static DECLARE_TLV_DB_SCALE(tas2770_playback_volume, -12750, 50, 0);
+static DECLARE_TLV_DB_SCALE(tas2770_playback_volume, -10050, 50, 0);
 
 static const struct snd_kcontrol_new tas2770_snd_controls[] = {
 	SOC_SINGLE_TLV("Speaker Playback Volume", TAS2770_PLAY_CFG_REG2,
-- 
2.39.5


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-03-03 16:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-03 16:30 [PATCH AUTOSEL 6.6 01/11] ASoC: tas2770: Fix volume scale Sasha Levin
2025-03-03 16:31 ` [PATCH AUTOSEL 6.6 02/11] ASoC: tas2764: Fix power control mask Sasha Levin
2025-03-03 16:31 ` [PATCH AUTOSEL 6.6 03/11] ASoC: tas2764: Set the SDOUT polarity correctly Sasha Levin
2025-03-03 16:31 ` [PATCH AUTOSEL 6.6 04/11] fuse: don't truncate cached, mutated symlink Sasha Levin
2025-03-03 16:31 ` [PATCH AUTOSEL 6.6 05/11] drm/vkms: Round fixp2int conversion in lerp_u16 Sasha Levin
2025-03-03 16:31 ` [PATCH AUTOSEL 6.6 06/11] perf/x86/intel: Use better start period for frequency mode Sasha Levin
2025-03-03 16:31 ` [PATCH AUTOSEL 6.6 07/11] x86/irq: Define trace events conditionally Sasha Levin
2025-03-03 16:31 ` [PATCH AUTOSEL 6.6 08/11] mptcp: safety check before fallback Sasha Levin
2025-03-03 16:31 ` [PATCH AUTOSEL 6.6 09/11] drm/nouveau: Do not override forced connector status Sasha Levin
2025-03-03 16:31 ` [PATCH AUTOSEL 6.6 10/11] net: Handle napi_schedule() calls from non-interrupt Sasha Levin
2025-03-03 16:31 ` [PATCH AUTOSEL 6.6 11/11] block: fix 'kmem_cache of name 'bio-108' already exists' Sasha Levin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox