public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ASoC: Add support for Airoha AN7581
@ 2025-11-21  5:44 Christian Marangi
  2025-11-21  5:44 ` [PATCH v2 1/3] ASoC: dt-bindings: Add Airoha AN7581 with WM8960 YAML Christian Marangi
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Christian Marangi @ 2025-11-21  5:44 UTC (permalink / raw)
  To: Christian Marangi, Liam Girdwood, Mark Brown, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Jaroslav Kysela, Takashi Iwai,
	Matthias Brugger, AngeloGioacchino Del Regno, Cyril Chao,
	Arnd Bergmann, Nícolas F. R. A. Prado, Kuninori Morimoto,
	linux-sound, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, upstream

Add all the patch and documentation to support Airoha AN7581
sound driver.

The card follows similar implementation with Mediatek with
the codec present on i2c but with a simplified implementation
register wise and additional frequency supported.

Changes v2:
- Fix wrong edit in MAINTAINERS file

Christian Marangi (3):
  ASoC: dt-bindings: Add Airoha AN7581 with WM8960 YAML
  ASoC: dt-bindings: Add Airoha AN7581 AFE YAML
  ASoC: airoha: Add AFE and machine driver for Airoha AN7581

 .../bindings/sound/airoha,an7581-afe.yaml     |  41 ++
 .../bindings/sound/airoha,an7581-wm8960.yaml  |  67 +++
 MAINTAINERS                                   |   8 +
 sound/soc/mediatek/Kconfig                    |  20 +
 sound/soc/mediatek/Makefile                   |   1 +
 sound/soc/mediatek/an7581/Makefile            |   9 +
 sound/soc/mediatek/an7581/an7581-afe-common.h |  39 ++
 sound/soc/mediatek/an7581/an7581-afe-pcm.c    | 456 ++++++++++++++++++
 sound/soc/mediatek/an7581/an7581-dai-etdm.c   | 371 ++++++++++++++
 sound/soc/mediatek/an7581/an7581-reg.h        |  61 +++
 sound/soc/mediatek/an7581/an7581-wm8960.c     | 170 +++++++
 11 files changed, 1243 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/airoha,an7581-afe.yaml
 create mode 100644 Documentation/devicetree/bindings/sound/airoha,an7581-wm8960.yaml
 create mode 100644 sound/soc/mediatek/an7581/Makefile
 create mode 100644 sound/soc/mediatek/an7581/an7581-afe-common.h
 create mode 100644 sound/soc/mediatek/an7581/an7581-afe-pcm.c
 create mode 100644 sound/soc/mediatek/an7581/an7581-dai-etdm.c
 create mode 100644 sound/soc/mediatek/an7581/an7581-reg.h
 create mode 100644 sound/soc/mediatek/an7581/an7581-wm8960.c

-- 
2.51.0



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

end of thread, other threads:[~2025-11-21  8:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-21  5:44 [PATCH v2 0/3] ASoC: Add support for Airoha AN7581 Christian Marangi
2025-11-21  5:44 ` [PATCH v2 1/3] ASoC: dt-bindings: Add Airoha AN7581 with WM8960 YAML Christian Marangi
2025-11-21  8:33   ` Krzysztof Kozlowski
2025-11-21  8:36     ` Christian Marangi
2025-11-21  5:45 ` [PATCH v2 2/3] ASoC: dt-bindings: Add Airoha AN7581 AFE YAML Christian Marangi
2025-11-21  8:36   ` Krzysztof Kozlowski
2025-11-21  8:37     ` Christian Marangi
2025-11-21  5:45 ` [PATCH v2 3/3] ASoC: airoha: Add AFE and machine driver for Airoha AN7581 Christian Marangi
2025-11-21  5:55   ` Chen-Yu Tsai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox