public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH AUTOSEL 6.1 1/9] ASoC: tas2770: Fix volume scale
@ 2025-03-03 16:31 Sasha Levin
  2025-03-03 16:31 ` [PATCH AUTOSEL 6.1 2/9] ASoC: tas2764: Fix power control mask Sasha Levin
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Sasha Levin @ 2025-03-03 16:31 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 8557759acb1f2..e284a3a854591 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] 9+ messages in thread

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-03 16:31 [PATCH AUTOSEL 6.1 1/9] ASoC: tas2770: Fix volume scale Sasha Levin
2025-03-03 16:31 ` [PATCH AUTOSEL 6.1 2/9] ASoC: tas2764: Fix power control mask Sasha Levin
2025-03-03 16:31 ` [PATCH AUTOSEL 6.1 3/9] ASoC: tas2764: Set the SDOUT polarity correctly Sasha Levin
2025-03-03 16:31 ` [PATCH AUTOSEL 6.1 4/9] fuse: don't truncate cached, mutated symlink Sasha Levin
2025-03-03 16:31 ` [PATCH AUTOSEL 6.1 5/9] perf/x86/intel: Use better start period for frequency mode Sasha Levin
2025-03-03 16:31 ` [PATCH AUTOSEL 6.1 6/9] x86/irq: Define trace events conditionally Sasha Levin
2025-03-03 16:31 ` [PATCH AUTOSEL 6.1 7/9] mptcp: safety check before fallback Sasha Levin
2025-03-03 16:31 ` [PATCH AUTOSEL 6.1 8/9] drm/nouveau: Do not override forced connector status Sasha Levin
2025-03-03 16:31 ` [PATCH AUTOSEL 6.1 9/9] 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