On Wed, Feb 19, 2025 at 5:27 AM Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx> wrote: > > Add necessary routes for the onboard dual DMIC present on the Genio > 700/510 EVK. The dmic is supplied by micbias0 and micbias2, and inputs > into the MT8188 DMIC DAI. > > Co-developed-by: parkeryang <Parker.Yang@xxxxxxxxxxxx> > Signed-off-by: parkeryang <Parker.Yang@xxxxxxxxxxxx> > Signed-off-by: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx> > --- > arch/arm64/boot/dts/mediatek/mt8390-genio-common.dtsi | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/mediatek/mt8390-genio-common.dtsi b/arch/arm64/boot/dts/mediatek/mt8390-genio-common.dtsi > index a37cf102a6e928440cc88e7e8fe0225fc28ec962..efdeca88b8c4e58f0c17825156276babf19af145 100644 > --- a/arch/arm64/boot/dts/mediatek/mt8390-genio-common.dtsi > +++ b/arch/arm64/boot/dts/mediatek/mt8390-genio-common.dtsi > @@ -959,7 +959,11 @@ &sound { > pinctrl-0 = <&audio_default_pins>; > audio-routing = > "Headphone", "Headphone L", > - "Headphone", "Headphone R"; > + "Headphone", "Headphone R", > + "DMIC_INPUT", "AP DMIC", > + "AP DMIC", "AUDGLB", > + "AP DMIC", "MIC_BIAS_0", > + "AP DMIC", "MIC_BIAS_2"; > mediatek,adsp = <&adsp>; > status = "okay"; Shouldn't there also be one or two new dmic-codecs, and a dai-link here? ChenYu > > -- > 2.48.1 > >