public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add a driver for the Iron Device SMA1307 Amp
@ 2024-08-13  2:54 Kiseok Jo
  2024-08-13  2:54 ` [PATCH 1/2] ASoC: sma1307: Add driver for Iron Device SMA1307 Kiseok Jo
  2024-08-13  2:54 ` [PATCH 2/2] ASoC: sma1307: Add bindings for Iron Device SMA1307 amplifier Kiseok Jo
  0 siblings, 2 replies; 12+ messages in thread
From: Kiseok Jo @ 2024-08-13  2:54 UTC (permalink / raw)
  To: Kiseok Jo, Liam Girdwood, Mark Brown, Jaroslav Kysela,
	Takashi Iwai
  Cc: alsa-devel, linux-sound, devicetree

This adds basic audio support for the Iron Device SMA1307 amplifier

Kiseok Jo (2):
  ASoC: sma1307: Add driver for Iron Device SMA1307
  ASoC: sma1307: Add bindings for Iron Device SMA1307 amplifier

 .../bindings/sound/irondevice,sma1307.yaml    |   66 +
 sound/soc/codecs/Kconfig                      |    8 +
 sound/soc/codecs/Makefile                     |    2 +
 sound/soc/codecs/sma1307.c                    | 2630 +++++++++++++++++
 sound/soc/codecs/sma1307.h                    |  456 +++
 5 files changed, 3162 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] 12+ messages in thread
* [PATCH 0/2] Add a driver for the Iron Device SMA1307 Amp
@ 2024-08-13  5:26 Kiseok Jo
  2024-08-13  5:26 ` [PATCH 2/2] ASoC: sma1307: Add bindings for Iron Device SMA1307 amplifier Kiseok Jo
  0 siblings, 1 reply; 12+ messages in thread
From: Kiseok Jo @ 2024-08-13  5:26 UTC (permalink / raw)
  To: Kiseok Jo, Liam Girdwood, Mark Brown, Jaroslav Kysela,
	Takashi Iwai
  Cc: alsa-devel, linux-sound, devicetree

This adds basic audio support for the Iron Device SMA1307 amplifier

Kiseok Jo (2):
  ASoC: sma1307: Add driver for Iron Device SMA1307
  ASoC: sma1307: Add bindings for Iron Device SMA1307 amplifier

 .../bindings/sound/irondevice,sma1307.yaml    |   67 +
 sound/soc/codecs/Kconfig                      |    8 +
 sound/soc/codecs/Makefile                     |    2 +
 sound/soc/codecs/sma1307.c                    | 2630 +++++++++++++++++
 sound/soc/codecs/sma1307.h                    |  456 +++
 5 files changed, 3163 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] 12+ messages in thread

end of thread, other threads:[~2024-08-13  6:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-13  2:54 [PATCH 0/2] Add a driver for the Iron Device SMA1307 Amp Kiseok Jo
2024-08-13  2:54 ` [PATCH 1/2] ASoC: sma1307: Add driver for Iron Device SMA1307 Kiseok Jo
2024-08-13  5:52   ` Krzysztof Kozlowski
2024-08-13  6:40     ` Ki-Seok Jo
2024-08-13  2:54 ` [PATCH 2/2] ASoC: sma1307: Add bindings for Iron Device SMA1307 amplifier Kiseok Jo
2024-08-13  4:22   ` Rob Herring (Arm)
2024-08-13  5:30     ` Ki-Seok Jo
2024-08-13  5:43   ` Krzysztof Kozlowski
2024-08-13  6:12     ` Ki-Seok Jo
  -- strict thread matches above, loose matches on Subject: below --
2024-08-13  5:26 [PATCH 0/2] Add a driver for the Iron Device SMA1307 Amp Kiseok Jo
2024-08-13  5:26 ` [PATCH 2/2] ASoC: sma1307: Add bindings for Iron Device SMA1307 amplifier Kiseok Jo
2024-08-13  6:48   ` Krzysztof Kozlowski
2024-08-13  6:55     ` Ki-Seok Jo

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