[PATCH 0/3] ASoC: Add a driver for the Iron Device SMA1303 Amp

Kiseok Jo kiseok.jo at irondevice.com
Wed Jan 4 07:43:39 CET 2023


This adds basic audio support for the Iron Device SMA1303 amplifier.

Kiseok Jo (3):
  ASoC: sma1303: Add driver for Iron Device SMA1303 Amp
  ASoC: dt-bindings: sma1303: Iron Device SMA1303 Amp
  ASOC: sma1303: change the overall contents

 .../bindings/sound/irondevice,sma1303.yaml    |   40 +
 .../devicetree/bindings/vendor-prefixes.yaml  |    2 +
 scripts/kconfig/mconf-cfg                     |    2 +
 sound/soc/codecs/Kconfig                      |    7 +
 sound/soc/codecs/Makefile                     |    2 +
 sound/soc/codecs/sma1303.c                    | 1720 +++++++++++++++++
 sound/soc/codecs/sma1303.h                    |  614 ++++++
 7 files changed, 2387 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/irondevice,sma1303.yaml
 create mode 100644 scripts/kconfig/mconf-cfg
 create mode 100644 sound/soc/codecs/sma1303.c
 create mode 100644 sound/soc/codecs/sma1303.h

-- 
2.30.2



More information about the Alsa-devel mailing list