mbox series

[0/7] ASoC: codecs: wsa88xx and wcd93xx: Soundwire port non-functional cleanup

Message ID 20240725-asoc-wsa88xx-port-arrays-v1-0-80a03f440c72@linaro.org (mailing list archive)
Headers show
Series ASoC: codecs: wsa88xx and wcd93xx: Soundwire port non-functional cleanup | expand

Message

Krzysztof Kozlowski July 25, 2024, 11:23 a.m. UTC
Hi,

Few cleanups to make the code more robust or readable.  No functional
impact (compiled objects stay the same).

Best regards,
Krzysztof

---
Krzysztof Kozlowski (7):
      ASoC: codecs: wsa881x: Use designator array initializers for Soundwire ports
      ASoC: codecs: wsa883x: Use designator array initializers for Soundwire ports
      ASoC: codecs: wsa884x: Use designator array initializers for Soundwire ports
      ASoC: codecs: wcd938x: Drop unused defines and enums
      ASoC: codecs: wcd937x: Move max port number defines to enum
      ASoC: codecs: wcd938x: Move max port number defines to enum
      ASoC: codecs: wcd939x: Move max port number defines to enum

 sound/soc/codecs/wcd937x.h | 34 +++++++++++++++++-----------------
 sound/soc/codecs/wcd938x.c | 18 ------------------
 sound/soc/codecs/wcd938x.h |  4 ++--
 sound/soc/codecs/wcd939x.h |  6 +++---
 sound/soc/codecs/wsa881x.c | 42 ++++++++++++++++++++++--------------------
 sound/soc/codecs/wsa883x.c | 42 ++++++++++++++++++++++--------------------
 sound/soc/codecs/wsa884x.c | 34 ++++++++++++++++++++++------------
 7 files changed, 88 insertions(+), 92 deletions(-)
---
base-commit: 66df68b9536e7465aec703733ea91ca39b787ed8
change-id: 20240725-asoc-wsa88xx-port-arrays-c58c96cd888e

Best regards,

Comments

Mark Brown July 29, 2024, 5:17 p.m. UTC | #1
On Thu, 25 Jul 2024 13:23:42 +0200, Krzysztof Kozlowski wrote:
> Few cleanups to make the code more robust or readable.  No functional
> impact (compiled objects stay the same).
> 
> Best regards,
> Krzysztof
> 

Applied to

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

Thanks!

[1/7] ASoC: codecs: wsa881x: Use designator array initializers for Soundwire ports
      commit: 874d04fe15d12cafa09dd36e8555cea4eb0653f6
[2/7] ASoC: codecs: wsa883x: Use designator array initializers for Soundwire ports
      commit: add41ea55060d5e41d62268aa0bda2a27e0f5053
[3/7] ASoC: codecs: wsa884x: Use designator array initializers for Soundwire ports
      commit: 125ed86b0d669334dbc567f441d10163ff0c44bc
[4/7] ASoC: codecs: wcd938x: Drop unused defines and enums
      commit: 06fa8271273d8181cb8727e63aeec3f87a48d8c7
[5/7] ASoC: codecs: wcd937x: Move max port number defines to enum
      commit: 42f3a2caf80910d0c251b2a407d4d220c0d3a79f
[6/7] ASoC: codecs: wcd938x: Move max port number defines to enum
      commit: 5e388488f0a1dd6d340f3925e7b371e212ee3cc2
[7/7] ASoC: codecs: wcd939x: Move max port number defines to enum
      commit: a9d843e6b231e550f8141f27e930f90ded4edae2

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