alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ASoC: Add a driver for the Iron Device SMA1303 Amp
@ 2023-01-04  6:43 Kiseok Jo
  2023-01-04  6:43 ` [PATCH 1/3] ASoC: sma1303: Add driver for " Kiseok Jo
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Kiseok Jo @ 2023-01-04  6:43 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, application, Kiseok Jo

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


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

end of thread, other threads:[~2023-01-06  7:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-04  6:43 [PATCH 0/3] ASoC: Add a driver for the Iron Device SMA1303 Amp Kiseok Jo
2023-01-04  6:43 ` [PATCH 1/3] ASoC: sma1303: Add driver for " Kiseok Jo
2023-01-04 19:52   ` kernel test robot
2023-01-05 13:44   ` kernel test robot
2023-01-04  6:43 ` [PATCH 2/3] ASoC: dt-bindings: sma1303: " Kiseok Jo
2023-01-04  6:43 ` [PATCH 3/3] ASOC: sma1303: change the overall contents Kiseok Jo
2023-01-04 10:36   ` kernel test robot
2023-01-04 13:17   ` Mark Brown
2023-01-04 18:10   ` kernel test robot
2023-01-06  7:51   ` Dan Carpenter

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).