devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for AW8898 Amplifier
@ 2025-04-06 13:03 Luca Weiss
  2025-04-06 13:03 ` [PATCH 1/3] ASoC: dt-bindings: Document Awinic AW8898 amplifier Luca Weiss
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Luca Weiss @ 2025-04-06 13:03 UTC (permalink / raw)
  To: ~postmarketos/upstreaming, phone-devel, Liam Girdwood, Mark Brown,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Jaroslav Kysela,
	Takashi Iwai, Bjorn Andersson, Konrad Dybcio, Weidong Wang
  Cc: linux-sound, devicetree, linux-kernel, linux-arm-msm, Luca Weiss

Add devicetree bindings and a driver for the AW8898 Amplifier, and add
it to the devicetree for the Fairphone 3 smartphone.

Note, that this is the first audio driver I've worked on, so please
complain if something doesn't quite look right, it probably wasn't done
on purpose.

Unfortunately we can't wire up the full audio stack yet since the SoC
side is not upstream yet, the last revision from July 2024 can be found
here:

https://lore.kernel.org/linux-arm-msm/20240731-msm8953-msm8976-asoc-v3-0-163f23c3a28d@gmail.com/

Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
---
Luca Weiss (3):
      ASoC: dt-bindings: Document Awinic AW8898 amplifier
      ASoC: codecs: Add aw8898 amplifier driver
      arm64: dts: qcom: sdm632-fairphone-fp3: Add AW8898 amplifier

 .../devicetree/bindings/sound/awinic,aw8898.yaml   |  75 +++
 arch/arm64/boot/dts/qcom/sdm632-fairphone-fp3.dts  |  20 +
 sound/soc/codecs/Kconfig                           |  10 +
 sound/soc/codecs/Makefile                          |   1 +
 sound/soc/codecs/snd-soc-aw8898.c                  | 583 +++++++++++++++++++++
 5 files changed, 689 insertions(+)
---
base-commit: 287e43781488fd6ca5f4306dbb4f2a88c5564d79
change-id: 20250406-aw8898-06988582d2e0

Best regards,
-- 
Luca Weiss <luca@lucaweiss.eu>


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

end of thread, other threads:[~2025-06-17 21:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-06 13:03 [PATCH 0/3] Add support for AW8898 Amplifier Luca Weiss
2025-04-06 13:03 ` [PATCH 1/3] ASoC: dt-bindings: Document Awinic AW8898 amplifier Luca Weiss
2025-04-06 13:52   ` Krzysztof Kozlowski
2025-04-06 13:03 ` [PATCH 2/3] ASoC: codecs: Add aw8898 amplifier driver Luca Weiss
2025-04-06 13:53   ` Krzysztof Kozlowski
2025-04-06 18:28   ` Mark Brown
2025-04-06 13:03 ` [PATCH 3/3] arm64: dts: qcom: sdm632-fairphone-fp3: Add AW8898 amplifier Luca Weiss
2025-04-06 13:54   ` Krzysztof Kozlowski
2025-04-07  8:40   ` Konrad Dybcio
2025-06-17 21:31 ` (subset) [PATCH 0/3] Add support for AW8898 Amplifier Bjorn Andersson

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