[PATCH 0/4] ASoC: codecs: wcd93xx: Drop enums for chipid values (minor cleanup)

Krzysztof Kozlowski posted 4 patches 3 months, 3 weeks ago
sound/soc/codecs/wcd937x.c |  6 ++----
sound/soc/codecs/wcd938x.c | 12 +++++-------
sound/soc/codecs/wcd939x.c | 23 +++++++++++++----------
3 files changed, 20 insertions(+), 21 deletions(-)
[PATCH 0/4] ASoC: codecs: wcd93xx: Drop enums for chipid values (minor cleanup)
Posted by Krzysztof Kozlowski 3 months, 3 weeks ago
Minor cleanup while preparing for adding WCD9378 support: do not use
enum for values which are not an enumeration.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (4):
      ASoC: codecs: wcd937x: Use simple defines for chipid register value
      ASoC: codecs: wcd938x: Use simple defines for chipid register value
      ASoC: codecs: wcd939x: Use simple defines for chipid register value
      ASoC: codecs: wcd939x: Add defines for major/minor version decoding

 sound/soc/codecs/wcd937x.c |  6 ++----
 sound/soc/codecs/wcd938x.c | 12 +++++-------
 sound/soc/codecs/wcd939x.c | 23 +++++++++++++----------
 3 files changed, 20 insertions(+), 21 deletions(-)
---
base-commit: 050f8ad7b58d9079455af171ac279c4b9b828c11
change-id: 20250616-asoc-wcd93xx-enum-844fe185f0af

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Re: [PATCH 0/4] ASoC: codecs: wcd93xx: Drop enums for chipid values (minor cleanup)
Posted by Mark Brown 3 months, 2 weeks ago
On Mon, 16 Jun 2025 13:54:07 +0200, Krzysztof Kozlowski wrote:
> Minor cleanup while preparing for adding WCD9378 support: do not use
> enum for values which are not an enumeration.
> 
> Best regards,
> Krzysztof
> 

Applied to

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

Thanks!

[1/4] ASoC: codecs: wcd937x: Use simple defines for chipid register value
      commit: 2f6ff1e615cd4f8a86c9d0e4e778db9ae44d5481
[2/4] ASoC: codecs: wcd938x: Use simple defines for chipid register value
      commit: 100877df34b00257c9ed6d279b06b3ed1da5e2c1
[3/4] ASoC: codecs: wcd939x: Use simple defines for chipid register value
      commit: 5d3ccd356e2ce510bdbd4b0c389f2fe3deb41a45
[4/4] ASoC: codecs: wcd939x: Add defines for major/minor version decoding
      commit: a48352921f0b15b1f7eff83f5b5613d6ae2350d3

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