Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND v4 0/2] Add a driver for the Iron Device SMA1307 Amp
@ 2024-11-06 23:31 Kiseok Jo
  2024-11-06 23:31 ` [PATCH RESEND v4 1/2] ASoC: dt-bindings: irondevice,sma1307: Add initial DT Kiseok Jo
  2024-11-06 23:31 ` [PATCH RESEND v4 2/2] ASoC: sma1307: Add driver for Iron Device SMA1307 Kiseok Jo
  0 siblings, 2 replies; 11+ messages in thread
From: Kiseok Jo @ 2024-11-06 23:31 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Jaroslav Kysela
  Cc: alsa-devel, linux-sound, devicetree, linux-kernel, Kiseok Jo

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


^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH RESEND v4 0/2] Add a driver for the Iron Device SMA1307 Amp
@ 2024-11-06  0:57 Kiseok Jo
  2024-11-06  0:57 ` [PATCH RESEND v4 1/2] ASoC: dt-bindings: irondevice,sma1307: Add initial DT Kiseok Jo
  0 siblings, 1 reply; 11+ messages in thread
From: Kiseok Jo @ 2024-11-06  0:57 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Jaroslav Kysela
  Cc: alsa-devel, linux-sound, devicetree, linux-kernel, Kiseok Jo

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


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

end of thread, other threads:[~2024-11-08 10:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-06 23:31 [PATCH RESEND v4 0/2] Add a driver for the Iron Device SMA1307 Amp Kiseok Jo
2024-11-06 23:31 ` [PATCH RESEND v4 1/2] ASoC: dt-bindings: irondevice,sma1307: Add initial DT Kiseok Jo
2024-11-07 10:02   ` Krzysztof Kozlowski
2024-11-07 23:57     ` Ki-Seok Jo
2024-11-08 10:44       ` Krzysztof Kozlowski
2024-11-06 23:31 ` [PATCH RESEND v4 2/2] ASoC: sma1307: Add driver for Iron Device SMA1307 Kiseok Jo
  -- strict thread matches above, loose matches on Subject: below --
2024-11-06  0:57 [PATCH RESEND v4 0/2] Add a driver for the Iron Device SMA1307 Amp Kiseok Jo
2024-11-06  0:57 ` [PATCH RESEND v4 1/2] ASoC: dt-bindings: irondevice,sma1307: Add initial DT Kiseok Jo
2024-11-06 13:55   ` Krzysztof Kozlowski
2024-11-06 14:05     ` Mark Brown
2024-11-06 23:28       ` Ki-Seok Jo
2024-11-06 23:32         ` Mark Brown

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