mbox series

[v3,0/2] ASoC: Add ak4619 codec support

Message ID 87jzilwxxd.wl-kuninori.morimoto.gx@renesas.com
Headers show
Series ASoC: Add ak4619 codec support | expand

Message

Kuninori Morimoto June 19, 2024, 12:58 a.m. UTC
Hi Mark

This is v3 patch-set for ak4619 driver.
It was created by Khanh, and I updated/adjusted to upstream.
It was tested on Renesas V4M GrayH

Link: https://lore.kernel.org/r/877ceotnrg.wl-kuninori.morimoto.gx@renesas.com
Link: https://lore.kernel.org/r/87frtb3x4k.wl-kuninori.morimoto.gx@renesas.com

v2 -> v3
	- checks negative values on ak4619_put_deemph()
	- return 1 if value was changed on ak4619_put_deemph()
	- use modern SND_SOC_DAIFMT_xx
	- use _MAPLE for regcache
	- add Krzysztof's Reviewed-by

v1 -> v2
	- fixup git-log style
	- add vendor prefix for Doc
	- remove "ports" from Doc
	- add examples on Doc
	- add missing property on Doc
	- add const on driver
	- use sizeof(*) on driver

Khanh Le (1):
  ASoC: Add ak4619 codec support

Kuninori Morimoto (1):
  ASoC: dt-bindings: ak4619: Add initial DT binding

 .../bindings/sound/asahi-kasei,ak4619.yaml    |  62 ++
 sound/soc/codecs/Kconfig                      |   5 +
 sound/soc/codecs/Makefile                     |   2 +
 sound/soc/codecs/ak4619.c                     | 912 ++++++++++++++++++
 4 files changed, 981 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/asahi-kasei,ak4619.yaml
 create mode 100644 sound/soc/codecs/ak4619.c

Comments

Mark Brown June 23, 2024, 5:21 p.m. UTC | #1
On Wed, 19 Jun 2024 00:58:39 +0000, Kuninori Morimoto wrote:
> This is v3 patch-set for ak4619 driver.
> It was created by Khanh, and I updated/adjusted to upstream.
> It was tested on Renesas V4M GrayH
> 
> Link: https://lore.kernel.org/r/877ceotnrg.wl-kuninori.morimoto.gx@renesas.com
> Link: https://lore.kernel.org/r/87frtb3x4k.wl-kuninori.morimoto.gx@renesas.com
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: Add ak4619 codec support
      commit: d6bb39fe4fa077883a409f6eaca569ce61a28a94
[2/2] ASoC: dt-bindings: ak4619: Add initial DT binding
      commit: 6469267afed4ffb9d16ce8c44a2b518b9b31c215

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