mbox series

[v3,0/2] Add a driver for the Iron Device SMA1307 Amp

Message ID SL2P216MB23375AE5F115B832315E41AB8C512@SL2P216MB2337.KORP216.PROD.OUTLOOK.COM (mailing list archive)
Headers show
Series Add a driver for the Iron Device SMA1307 Amp | expand

Message

Ki-Seok Jo Nov. 4, 2024, 7:33 a.m. UTC
This adds basic audio support for the Iron Device SMA1307 amplifier

Signed-off-by: Kiseok Jo <kiseok.jo@irondevice.com>
---
Kiseok Jo (2):
      ASoC: dt-bindings: irondevice,sma1307: Add initial DT binding
      ASoC: sma1307: Add driver for Iron Device SMA1307

 .../bindings/sound/irondevice,sma1307.yaml         |   54 +
 To                                                 |    0
 sound/soc/codecs/Kconfig                           |   10 +
 sound/soc/codecs/Makefile                          |    2 +
 sound/soc/codecs/sma1307.c                         | 2052 ++++++++++++++++++++
 sound/soc/codecs/sma1307.h                         |  444 +++++
 6 files changed, 2562 insertions(+)
---
base-commit: 06df5968fd2f418b5729c43fffd65388ef0448f4
change-id: 20241007-irondevice-sma1307-ffc42b218574

Best regards,