[v2,0/2] ASoC SSM3515 codec driver

Message ID 20230511150546.8499-1-povik+lin@cutebit.org
Headers
Series ASoC SSM3515 codec driver |

Message

Martin Povišer May 11, 2023, 3:05 p.m. UTC
  Hi,

Analog Devices SSM3515 is a simple speaker amp that Apple is
using in their 2021 iMacs, possibly elsewhere. This is a v2
of an ASoC driver for those, to be used with upcoming ASoC
support (in upstream kernels anyway) of those platforms.

Martin

Changes since v1:
https://lore.kernel.org/asahi/0fcc4617-e706-8743-e65d-1ff99f38ddac@linaro.org/T/#t
 - drop 'adi,ana-gain' from the binding
 - move device reset to bus probe
 - fix schema copyright, other schema tweaks

Martin Povišer (2):
  ASoC: dt-bindings: Add adi,ssm3515 amp schema
  ASoC: ssm3515: Add new amp driver

 .../bindings/sound/adi,ssm3515.yaml           |  49 ++
 MAINTAINERS                                   |   2 +
 sound/soc/codecs/Kconfig                      |   6 +
 sound/soc/codecs/Makefile                     |   2 +
 sound/soc/codecs/ssm3515.c                    | 448 ++++++++++++++++++
 5 files changed, 507 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/adi,ssm3515.yaml
 create mode 100644 sound/soc/codecs/ssm3515.c
  

Comments

Mark Brown May 12, 2023, 4:19 a.m. UTC | #1
On Thu, 11 May 2023 17:05:44 +0200, Martin Povišer wrote:
> Analog Devices SSM3515 is a simple speaker amp that Apple is
> using in their 2021 iMacs, possibly elsewhere. This is a v2
> of an ASoC driver for those, to be used with upcoming ASoC
> support (in upstream kernels anyway) of those platforms.
> 
> Martin
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: dt-bindings: Add adi,ssm3515 amp schema
      commit: 51208a4d303b78642c5d5b35fb9ce963a84d21d0
[2/2] ASoC: ssm3515: Add new amp driver
      commit: 4ac690bbae02e26e36e133becd86babb657126ef

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