[PATCH 0/3] ASoC: tas2562: Volume setting fixes

Mark Brown posted 3 patches 1 week, 2 days ago
sound/soc/codecs/tas2562.c | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
[PATCH 0/3] ASoC: tas2562: Volume setting fixes
Posted by Mark Brown 1 week, 2 days ago
While reviewing another fix for the tas2562 volume control I noticed a
few issues with the put() operation, this series fixes them.

It's also a bit weird that the volume control is defined with twice as
many values as can actually be set, probably the best fix there is to
regnerate the table of volume values with the intermediate values.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
Mark Brown (3):
      ASoC: tas2562: Validate values for volume writes
      ASoC: tas2562: Fix event generation for volume control
      ASoC: tas2562: Fix default digital volume

 sound/soc/codecs/tas2562.c | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)
---
base-commit: a13c140cc289c0b7b3770bce5b3ad42ab35074aa
change-id: 20260715-asoc-tas2562-put-retval-a5dd3e90fdb2

Best regards,
--  
Mark Brown <broonie@kernel.org>
Re: [PATCH 0/3] ASoC: tas2562: Volume setting fixes
Posted by Mark Brown 5 days, 19 hours ago
On Wed, 15 Jul 2026 21:18:08 +0100, Mark Brown wrote:
> ASoC: tas2562: Volume setting fixes
> 
> While reviewing another fix for the tas2562 volume control I noticed a
> few issues with the put() operation, this series fixes them.
> 
> It's also a bit weird that the volume control is defined with twice as
> many values as can actually be set, probably the best fix there is to
> regnerate the table of volume values with the intermediate values.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-7.2

Thanks!

[1/3] ASoC: tas2562: Validate values for volume writes
      https://git.kernel.org/broonie/sound/c/8fb41964f7e4
[2/3] ASoC: tas2562: Fix event generation for volume control
      https://git.kernel.org/broonie/sound/c/9a9269dbbf1a
[3/3] ASoC: tas2562: Fix default digital volume
      https://git.kernel.org/broonie/sound/c/58b638e7c455

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
Re: [PATCH 0/3] ASoC: tas2562: Volume setting fixes
Posted by Cezary Rojewski 1 week, 2 days ago
On 7/15/2026 10:18 PM, Mark Brown wrote:
> While reviewing another fix for the tas2562 volume control I noticed a
> few issues with the put() operation, this series fixes them.
> 
> It's also a bit weird that the volume control is defined with twice as
> many values as can actually be set, probably the best fix there is to
> regnerate the table of volume values with the intermediate values.
For the series:

Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com>