Messages in this thread Patch in this message |  | | From | Adam Ford <> | Subject | [PATCH 3/6] arm64: dts: Associate easrc to the audio CODEC | Date | Sun, 17 Jul 2022 13:09:57 -0500 |
| |
There is a wm8962 Audio codec already enabled, and the EASRC is also enabled, but there is nothing connecting them to each other. Set audio-asrc to point to easrc.
Signed-off-by: Adam Ford <aford173@gmail.com>
diff --git a/arch/arm64/boot/dts/freescale/imx8mn-beacon-baseboard.dtsi b/arch/arm64/boot/dts/freescale/imx8mn-beacon-baseboard.dtsi index 224845d24b64..f31ba1101a1d 100644 --- a/arch/arm64/boot/dts/freescale/imx8mn-beacon-baseboard.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mn-beacon-baseboard.dtsi @@ -67,6 +67,7 @@ sound-codec { compatible = "fsl,imx-audio-wm8962"; model = "wm8962-audio"; audio-cpu = <&sai3>; + audio-asrc = <&easrc>; audio-codec = <&wm8962>; audio-routing = "Headphone Jack", "HPOUTL", -- 2.34.1
|  |