[PATCH] ASoC: dapm: fixup dapm kcontrol widget

Mark Brown broonie at kernel.org
Mon Apr 20 15:36:53 CEST 2020


On Sat, 18 Apr 2020 13:13:20 +0900, Gyeongtaek Lee wrote:
> snd_soc_dapm_kcontrol widget which is created by autodisable control
> should contain correct on_val, mask and shift because it is set when the
> widget is powered and changed value is applied on registers by following
> code in dapm_seq_run_coalesced().
> 
> 		mask |= w->mask << w->shift;
> 		if (w->power)
> 			value |= w->on_val << w->shift;
> 		else
> 			value |= w->off_val << w->shift;
> 
> [...]

Applied to

	broonie/sound.git for-5.7

Thanks!

[1/1] ASoC: dapm: fixup dapm kcontrol widget
      commit: ebf1474745b4373fdde0fcf32d9d1f369b50b212

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


More information about the Alsa-devel mailing list