This series enables the dual digital microphones present on the Genio 700 and 510 EVK boards. Patches 1 and 2 add some required clocks, patch 3 adds the DMIC DAI driver for MT8188, patch 4 adds the DMIC routes for the MT8188 platform, patch 5 adds the DMIC backend and widget to the mt8188-6359 machine sound driver and patch 6 adds the audio routes for the DMIC to the Devicetree. Signed-off-by: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx> --- Nícolas F. R. A. Prado (4): ASoC: mediatek: mt8188: Add audsys hires clocks ASoC: mediatek: mt8188: Add reference for dmic clocks ASoC: mediatek: mt8188-mt6359: Add DMIC arm64: dts: mediatek: mt8390-genio-common: Add routes for DMIC parkeryang (2): ASoC: mediatek: mt8188: Add DMIC DAI driver ASoC: mediatek: mt8188: Support DMIC in AFE .../boot/dts/mediatek/mt8390-genio-common.dtsi | 6 +- sound/soc/mediatek/mt8188/Makefile | 1 + sound/soc/mediatek/mt8188/mt8188-afe-clk.c | 8 + sound/soc/mediatek/mt8188/mt8188-afe-clk.h | 8 + sound/soc/mediatek/mt8188/mt8188-afe-common.h | 1 + sound/soc/mediatek/mt8188/mt8188-afe-pcm.c | 28 +- sound/soc/mediatek/mt8188/mt8188-audsys-clk.c | 4 + sound/soc/mediatek/mt8188/mt8188-audsys-clkid.h | 4 + sound/soc/mediatek/mt8188/mt8188-dai-dmic.c | 754 +++++++++++++++++++++ sound/soc/mediatek/mt8188/mt8188-mt6359.c | 14 + sound/soc/mediatek/mt8188/mt8188-reg.h | 18 +- 11 files changed, 839 insertions(+), 7 deletions(-) --- base-commit: 253c82b3a2cec22bf9db65645f934fbe095899a3 change-id: 20250218-genio700-dmic-dc6ee9dc0638 Best regards, -- Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx>