Message ID | 20240103-meson-enum-val-v1-0-424af7a8fb91@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | ASoC: meson: Fix issues with LibreTech Saphire | expand |
On Wed, 03 Jan 2024 18:34:00 +0000, Mark Brown wrote: > This fixes a few issues I identified when integrating a LibreTech > Saphire (based on S905D3) into my CI. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/4] ASoC: meson: g12a-toacodec: Validate written enum values commit: 3150b70e944ead909260285dfb5707d0bedcf87b [2/4] ASoC: meson: g12a-tohdmitx: Validate written enum values commit: 1e001206804be3f3d21f4a1cf16e5d059d75643f [3/4] ASoC: meson: g12a-toacodec: Fix event generation commit: 172c88244b5f2d3375403ebb504d407be0fded59 [4/4] ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF mux commit: b036d8ef3120b996751495ce25994eea58032a98 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
This fixes a few issues I identified when integrating a LibreTech Saphire (based on S905D3) into my CI. Signed-off-by: Mark Brown <broonie@kernel.org> --- Mark Brown (4): ASoC: meson: g12a-toacodec: Validate written enum values ASoC: meson: g12a-tohdmitx: Validate written enum values ASoC: meson: g12a-toacodec: Fix event generation ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF mux sound/soc/meson/g12a-toacodec.c | 5 ++++- sound/soc/meson/g12a-tohdmitx.c | 8 +++++++- 2 files changed, 11 insertions(+), 2 deletions(-) --- base-commit: 610a9b8f49fbcf1100716370d3b5f6f884a2835a change-id: 20240103-meson-enum-val-c8e4b2f01077 Best regards,