All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] ASoC: Add a driver the Iron Device SMA1303 AMP
@ 2023-01-06  9:15 Kiseok Jo
  2023-01-06  9:15 ` [PATCH 01/14] ASoC: sma1303: Add driver for Iron Device SMA1303 Amp Kiseok Jo
                   ` (13 more replies)
  0 siblings, 14 replies; 26+ messages in thread
From: Kiseok Jo @ 2023-01-06  9:15 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 (14):
  ASoC: sma1303: Add driver for Iron Device SMA1303 Amp
  ASoC: dt-bindings: sma1303: Iron Device SMA1303 Amp
  Add the i2c-retry count and callback function in regmap function.
  Removed the usage control and add the power switch on DAPM route.
  Change the DAPM route and widgets
  Use the prefixs all definitions
  Remove the control of output format
  Remove the mute control
  Add the prefix for component controls
  Remove the shutdown and startup when set PLL
  Delete the header file of "linux/version.h"
  Add the postscaler's switch in DAPM manage.
  Move the initial settings to i2c driver probe
  Fixed the retry_cnt bug about being zero

 .../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                    | 1747 +++++++++++++++++
 sound/soc/codecs/sma1303.h                    |  616 ++++++
 6 files changed, 2414 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


base-commit: f873f5d1cee54466f00c974ac7f47bc7ed33fbd6
-- 
2.30.2


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

end of thread, other threads:[~2023-01-09  9:34 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-06  9:15 [PATCH 00/14] ASoC: Add a driver the Iron Device SMA1303 AMP Kiseok Jo
2023-01-06  9:15 ` [PATCH 01/14] ASoC: sma1303: Add driver for Iron Device SMA1303 Amp Kiseok Jo
2023-01-06  9:15 ` [PATCH 02/14] ASoC: dt-bindings: sma1303: " Kiseok Jo
2023-01-06  9:15 ` [PATCH 03/14] Add the i2c-retry count and callback function in regmap function Kiseok Jo
2023-01-06  9:15 ` [PATCH 04/14] Removed the usage control and add the power switch on DAPM route Kiseok Jo
2023-01-06 13:59   ` Mark Brown
2023-01-09  9:33     ` Ki-Seok Jo
2023-01-06  9:15 ` [PATCH 05/14] Change the DAPM route and widgets Kiseok Jo
2023-01-06  9:15 ` [PATCH 06/14] Use the prefixs all definitions Kiseok Jo
2023-01-06  9:15 ` [PATCH 07/14] Remove the control of output format Kiseok Jo
2023-01-06  9:15 ` [PATCH 08/14] Remove the mute control Kiseok Jo
2023-01-06  9:15 ` [PATCH 09/14] Add the prefix for component controls Kiseok Jo
2023-01-06  9:15 ` [PATCH 10/14] Remove the shutdown and startup when set PLL Kiseok Jo
2023-01-06  9:15 ` [PATCH 11/14] Delete the header file of "linux/version.h" Kiseok Jo
2023-01-06  9:15 ` [PATCH 12/14] Add the postscaler's switch in DAPM manage Kiseok Jo
2023-01-06  9:15 ` [PATCH 13/14] Move the initial settings to i2c driver probe Kiseok Jo
2023-01-06  9:15 ` [PATCH 14/14] Fixed the retry_cnt bug about being zero Kiseok Jo
2023-01-06  9:27   ` Dan Carpenter
2023-01-06  9:30     ` Dan Carpenter
2023-01-06  9:59       ` Ki-Seok Jo
2023-01-06  9:55     ` Ki-Seok Jo
2023-01-06 10:16       ` Dan Carpenter
2023-01-07 12:37       ` Dan Carpenter
2023-01-09  7:33         ` Ki-Seok Jo
2023-01-09  8:17           ` Dan Carpenter
2023-01-09  8:35             ` Ki-Seok Jo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.