
Hi Mark,
On 12/10/2021 14:45, Mark Brown wrote:
On Mon, 11 Oct 2021 17:45:18 +0300, Peter Ujfalusi wrote:
Access to 'I2S Reference' enum causes alsamixer to fail to load: $ alsamixer cannot load mixer controls: Invalid argument
cml_rt1011_rt5682 cml_rt1011_rt5682: control 2:0:0:TL I2S Reference:0: access overflow
The reason is that the original patch adding the code was using ucontrol->value.integer.value[0] instead the correct ucontrol->value.enumerated.item[0]
[...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: rt1011: Fix 'I2S Reference' enum control caused error commit: c3de683c4d1d68ff27f21606b921d92ffdea3352
I have noted that this patch is not enough to fix the i2s reference support and a complete patch has been already sent:
https://lore.kernel.org/alsa-devel/20211012063113.3754-1-peter.ujfalusi@linu...
What keyword should I use next time to 'block' a patch applied? Fwiw, this was my note: https://lore.kernel.org/alsa-devel/e18ce962-736c-ea17-5ac2-1330026cdc90@linu...
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