Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add a driver for the Iron Device SMA1307 Amp
@ 2024-09-03  5:44 Kiseok Jo
  2024-09-03  5:44 ` [PATCH v2 1/3] ASoC: sma1307: Add driver for Iron Device SMA1307 Kiseok Jo
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Kiseok Jo @ 2024-09-03  5:44 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: alsa-devel, linux-sound, devicetree, application, Kiseok Jo

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

-- 
2.39.2


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2024-09-12 11:23 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-03  5:44 [PATCH v2 0/3] Add a driver for the Iron Device SMA1307 Amp Kiseok Jo
2024-09-03  5:44 ` [PATCH v2 1/3] ASoC: sma1307: Add driver for Iron Device SMA1307 Kiseok Jo
2024-09-03  6:57   ` Krzysztof Kozlowski
2024-09-03  6:58     ` Krzysztof Kozlowski
2024-09-03  7:57       ` Ki-Seok Jo
2024-09-03  8:15         ` Krzysztof Kozlowski
2024-09-03  8:33     ` Ki-Seok Jo
2024-09-03  8:51       ` Krzysztof Kozlowski
2024-09-03 15:57   ` kernel test robot
2024-09-03 18:12   ` Mark Brown
2024-09-12  8:35     ` Ki-Seok Jo
2024-09-12 11:23       ` Mark Brown
2024-09-03  5:44 ` [PATCH v2 2/3] ASoC: dt-bindings: irondevice,sma1307: Add initial DT binding Kiseok Jo
2024-09-03  6:49   ` Krzysztof Kozlowski
2024-09-03  8:39     ` Ki-Seok Jo
2024-09-03  8:55       ` Krzysztof Kozlowski
2024-09-03  9:08         ` Ki-Seok Jo
2024-09-03  9:14           ` Krzysztof Kozlowski
2024-09-03 13:39             ` Mark Brown
2024-09-11  1:16             ` FW: " Ki-Seok Jo
2024-09-11 18:26               ` Conor Dooley
2024-09-12  0:25                 ` Ki-Seok Jo
2024-09-03  5:44 ` [PATCH v2 3/3] doc: ABI: testing: sma1307: Add support for SMA1307 Kiseok Jo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox