mbox series

[v2,0/3] Add a driver for the Iron Device SMA1307 Amp

Message ID 20240903054435.2659-1-kiseok.jo@irondevice.com (mailing list archive)
Headers show
Series Add a driver for the Iron Device SMA1307 Amp | expand

Message

Ki-Seok Jo Sept. 3, 2024, 5:44 a.m. UTC
This adds basic audio support for the Iron Device SMA1307 amplifier

Kiseok Jo (3):
  ASoC: sma1307: Add driver for Iron Device SMA1307
  ASoC: dt-bindings: irondevice,sma1307: Add initial DT binding
  doc: ABI: testing: sma1307: Add support for SMA1307

 .../ABI/testing/sysfs-bus-i2c-devices-sma1307 |   17 +
 .../bindings/sound/irondevice,sma1307.yaml    |   54 +
 sound/soc/codecs/Kconfig                      |    8 +
 sound/soc/codecs/Makefile                     |    2 +
 sound/soc/codecs/sma1307.c                    | 2191 +++++++++++++++++
 sound/soc/codecs/sma1307.h                    |  454 ++++
 6 files changed, 2726 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-i2c-devices-sma1307
 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