[PATCH RESEND v4 0/2] Add a driver for the Iron Device SMA1307 Amp

Kiseok Jo posted 2 patches 2 weeks, 4 days ago
There is a newer version of this series
.../bindings/sound/irondevice,sma1307.yaml    |   53 +
sound/soc/codecs/Kconfig                      |   10 +
sound/soc/codecs/Makefile                     |    2 +
sound/soc/codecs/sma1307.c                    | 2052 +++++++++++++++++
sound/soc/codecs/sma1307.h                    |  444 ++++
5 files changed, 2561 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/irondevice,sma1307.yaml
create mode 100644 sound/soc/codecs/sma1307.c
create mode 100644 sound/soc/codecs/sma1307.h
[PATCH RESEND v4 0/2] Add a driver for the Iron Device SMA1307 Amp
Posted by Kiseok Jo 2 weeks, 4 days ago
This adds basic audio support for the Iron Device SMA1307 amplifier

Kiseok Jo (2):
  ASoC: dt-bindings: irondevice,sma1307: Add initial DT
  ASoC: sma1307: Add driver for Iron Device SMA1307

 .../bindings/sound/irondevice,sma1307.yaml    |   53 +
 sound/soc/codecs/Kconfig                      |   10 +
 sound/soc/codecs/Makefile                     |    2 +
 sound/soc/codecs/sma1307.c                    | 2052 +++++++++++++++++
 sound/soc/codecs/sma1307.h                    |  444 ++++
 5 files changed, 2561 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/irondevice,sma1307.yaml
 create mode 100644 sound/soc/codecs/sma1307.c
 create mode 100644 sound/soc/codecs/sma1307.h

-- 
2.39.2
Re: [PATCH RESEND v4 0/2] Add a driver for the Iron Device SMA1307 Amp
Posted by Mark Brown 2 weeks, 2 days ago
On Wed, 06 Nov 2024 09:57:58 +0900, Kiseok Jo wrote:
> This adds basic audio support for the Iron Device SMA1307 amplifier
> 
> Kiseok Jo (2):
>   ASoC: dt-bindings: irondevice,sma1307: Add initial DT
>   ASoC: sma1307: Add driver for Iron Device SMA1307
> 
> .../bindings/sound/irondevice,sma1307.yaml    |   53 +
>  sound/soc/codecs/Kconfig                      |   10 +
>  sound/soc/codecs/Makefile                     |    2 +
>  sound/soc/codecs/sma1307.c                    | 2052 +++++++++++++++++
>  sound/soc/codecs/sma1307.h                    |  444 ++++
>  5 files changed, 2561 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/sound/irondevice,sma1307.yaml
>  create mode 100644 sound/soc/codecs/sma1307.c
>  create mode 100644 sound/soc/codecs/sma1307.h
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: dt-bindings: irondevice,sma1307: Add initial DT
      commit: 82a1ccdf616d396c99f535febb6c997781c5c26c
[2/2] ASoC: sma1307: Add driver for Iron Device SMA1307
      commit: 576c57e6b4c1d734bcb7cc33dde9a99a9383b520

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