[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241106005800.7520-1-kiseok.jo@irondevice.com>
Date: Wed, 6 Nov 2024 09:57:58 +0900
From: Kiseok Jo <kiseok.jo@...ndevice.com>
To: Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>
Cc: alsa-devel@...a-project.org,
linux-sound@...r.kernel.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
Kiseok Jo <kiseok.jo@...ndevice.com>
Subject: [PATCH RESEND v4 0/2] Add a driver for the Iron Device SMA1307 Amp
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
Powered by blists - more mailing lists