alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: Add a driver for the Iron Device SMA1303 Amp
@ 2022-08-17  3:29 Kiseok Jo
  2022-08-17  3:29 ` [PATCH 1/2] ASoC: sma1303: Add driver for " Kiseok Jo
  2022-08-17  3:29 ` [PATCH 2/2] ASoC: dt-bindings: sma1303: " Kiseok Jo
  0 siblings, 2 replies; 8+ messages in thread
From: Kiseok Jo @ 2022-08-17  3:29 UTC (permalink / raw)
  To: Gyuhwa Park, Mark Brown; +Cc: alsa-devel, Suk-Min Kang, Kiseok Jo

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

Kiseok Jo (2):
  ASoC: sma1303: Add driver for Iron Device SMA1303 Amp
  ASoC: dt-bindings: sma1303: Iron Device SMA1303 Amp

 .../bindings/sound/irondevice,sma1303.yaml    |   56 +
 sound/soc/codecs/Kconfig                      |    7 +
 sound/soc/codecs/Makefile                     |    2 +
 sound/soc/codecs/sma1303.c                    | 3388 +++++++++++++++++
 sound/soc/codecs/sma1303.h                    |  604 +++
 5 files changed, 4057 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/irondevice,sma1303.yaml
 create mode 100644 sound/soc/codecs/sma1303.c
 create mode 100644 sound/soc/codecs/sma1303.h

-- 
2.30.2


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/2] ASoC: Add a driver for the Iron Device SMA1303 Amp
@ 2022-09-14 10:38 Kiseok Jo
  0 siblings, 0 replies; 8+ messages in thread
From: Kiseok Jo @ 2022-09-14 10:38 UTC (permalink / raw)
  To: Gyuhwa Park, Mark Brown; +Cc: alsa-devel, application, Kiseok Jo

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

Kiseok Jo (2):
  ASoC: sma1303: Add driver for Iron Device SMA1303 Amp
  ASoC: dt-bindings: sma1303: Iron Device SMA1303 Amp

 .../bindings/sound/irondevice,sma1303.yaml    |   40 +
 .../devicetree/bindings/vendor-prefixes.yaml  |    2 +
 sound/soc/codecs/Kconfig                      |    7 +
 sound/soc/codecs/Makefile                     |    2 +
 sound/soc/codecs/sma1303.c                    | 2119 +++++++++++++++++
 sound/soc/codecs/sma1303.h                    |  609 +++++
 6 files changed, 2779 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/irondevice,sma1303.yaml
 create mode 100644 sound/soc/codecs/sma1303.c
 create mode 100644 sound/soc/codecs/sma1303.h

-- 
2.30.2


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/2] ASoC: Add a driver for the Iron Device SMA1303 Amp
@ 2022-09-21  4:44 Kiseok Jo
  0 siblings, 0 replies; 8+ messages in thread
From: Kiseok Jo @ 2022-09-21  4:44 UTC (permalink / raw)
  To: Gyuhwa Park, Mark Brown; +Cc: alsa-devel, application, Kiseok Jo

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

Kiseok Jo (2):
  ASoC: sma1303: Add driver for Iron Device SMA1303 Amp
  ASoC: dt-bindings: sma1303: Iron Device SMA1303 Amp

 .../bindings/sound/irondevice,sma1303.yaml    |   40 +
 .../devicetree/bindings/vendor-prefixes.yaml  |    2 +
 sound/soc/codecs/Kconfig                      |    7 +
 sound/soc/codecs/Makefile                     |    2 +
 sound/soc/codecs/sma1303.c                    | 2119 +++++++++++++++++
 sound/soc/codecs/sma1303.h                    |  609 +++++
 6 files changed, 2779 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/irondevice,sma1303.yaml
 create mode 100644 sound/soc/codecs/sma1303.c
 create mode 100644 sound/soc/codecs/sma1303.h

-- 
2.30.2


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

end of thread, other threads:[~2022-09-21  4:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-17  3:29 [PATCH 0/2] ASoC: Add a driver for the Iron Device SMA1303 Amp Kiseok Jo
2022-08-17  3:29 ` [PATCH 1/2] ASoC: sma1303: Add driver for " Kiseok Jo
     [not found]   ` <YvzaPzUpUWT9gLL+@sirena.org.uk>
2022-08-18  2:31     ` Ki-Seok Jo
2022-09-14  5:01     ` Ki-Seok Jo
2022-08-17  3:29 ` [PATCH 2/2] ASoC: dt-bindings: sma1303: " Kiseok Jo
2022-08-18 15:43   ` Rob Herring
2022-09-14 10:38 [PATCH 0/2] ASoC: Add a driver for the " Kiseok Jo
2022-09-21  4:44 Kiseok Jo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).