[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251031073216.8662-1-Cyril.Chao@mediatek.com>
Date: Fri, 31 Oct 2025 15:31:54 +0800
From: Cyril Chao <Cyril.Chao@...iatek.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>, Matthias Brugger <matthias.bgg@...il.com>,
AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>,
Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.com>
CC: <linux-sound@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org>,
<linux-mediatek@...ts.infradead.org>, Cyril Chao <cyril.chao@...iatek.com>,
<Project_Global_Chrome_Upstream_Group@...iatek.com>, Cyril Chao
<Cyril.Chao@...iatek.com>
Subject: [PATCH v3 00/10] ASoC: mediatek: Add support for MT8189 SoC
Based on tag: next-20251031, linux-next/master
This series of patches adds support for Mediatek AFE of MT8189 SoC.
Patches are based on broonie tree "for-next" branch.
Changes in v3:
- Added support for CS35L codec in the machine driver.
- Added I2SOUT0/I2SOUT1 MCLK configuration and enabled the clocks.
- Added dpcm_merged_format flag to the dai-link to ensure codec
format constraints are applied.
- Added support for ES8326 codec in the machine driver.
- Updated the dt-bindings description based on reviewer comments.
Cyril Chao (10):
ASoC: mediatek: mt8189: add common header
ASoC: mediatek: mt8189: support audio clock control
ASoC: mediatek: mt8189: support ADDA in platform driver
ASoC: mediatek: mt8189: support I2S in platform driver
ASoC: mediatek: mt8189: support TDM in platform driver
ASoC: mediatek: mt8189: support PCM in platform driver
ASoC: dt-bindings: mediatek,mt8189-afe-pcm: add audio afe document
ASoC: mediatek: mt8189: add platform driver
ASoC: dt-bindings: mediatek,mt8189-nau8825: add mt8189-nau8825
document
ASoC: mediatek: mt8189: add machine driver with nau8825
.../sound/mediatek,mt8189-afe-pcm.yaml | 178 +
.../sound/mediatek,mt8189-nau8825.yaml | 101 +
sound/soc/mediatek/Kconfig | 31 +
sound/soc/mediatek/Makefile | 1 +
sound/soc/mediatek/mt8189/Makefile | 18 +
sound/soc/mediatek/mt8189/mt8189-afe-clk.c | 750 ++
sound/soc/mediatek/mt8189/mt8189-afe-clk.h | 76 +
sound/soc/mediatek/mt8189/mt8189-afe-common.h | 240 +
sound/soc/mediatek/mt8189/mt8189-afe-pcm.c | 2617 ++++
sound/soc/mediatek/mt8189/mt8189-dai-adda.c | 1228 ++
sound/soc/mediatek/mt8189/mt8189-dai-i2s.c | 1463 +++
sound/soc/mediatek/mt8189/mt8189-dai-pcm.c | 332 +
sound/soc/mediatek/mt8189/mt8189-dai-tdm.c | 672 +
.../mediatek/mt8189/mt8189-interconnection.h | 97 +
sound/soc/mediatek/mt8189/mt8189-nau8825.c | 1178 ++
sound/soc/mediatek/mt8189/mt8189-reg.h | 10773 ++++++++++++++++
16 files changed, 19755 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/mediatek,mt8189-afe-pcm.yaml
create mode 100644 Documentation/devicetree/bindings/sound/mediatek,mt8189-nau8825.yaml
create mode 100644 sound/soc/mediatek/mt8189/Makefile
create mode 100644 sound/soc/mediatek/mt8189/mt8189-afe-clk.c
create mode 100644 sound/soc/mediatek/mt8189/mt8189-afe-clk.h
create mode 100644 sound/soc/mediatek/mt8189/mt8189-afe-common.h
create mode 100644 sound/soc/mediatek/mt8189/mt8189-afe-pcm.c
create mode 100644 sound/soc/mediatek/mt8189/mt8189-dai-adda.c
create mode 100644 sound/soc/mediatek/mt8189/mt8189-dai-i2s.c
create mode 100644 sound/soc/mediatek/mt8189/mt8189-dai-pcm.c
create mode 100644 sound/soc/mediatek/mt8189/mt8189-dai-tdm.c
create mode 100644 sound/soc/mediatek/mt8189/mt8189-interconnection.h
create mode 100644 sound/soc/mediatek/mt8189/mt8189-nau8825.c
create mode 100644 sound/soc/mediatek/mt8189/mt8189-reg.h
--
2.45.2
Powered by blists - more mailing lists