Hi Jorge,
Thanks for the information. Please help me understand the follow up question.
In i.mx8mini evk board we have a sound card(wm8524-audio) that gets detected by the ALSA -
root@device-05fa4c:~# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: wm8524audio [wm8524-audio], device 0: HiFi wm8524-hifi-0 []
Subdevices: 1/1
Subdevice #0: subdevice #0
The node for the wm8524-audio is present in the dts file(fsl-imx8mm-evk-emmc.dts)
Here the audio-cpu is mentioned as sai3 interface as highlighted below.
wm8524: wm8524 {
compatible = "wlf,wm8524";
clocks = <&clk IMX8MM_CLK_SAI3_ROOT>;
clock-names = "mclk";
wlf,mute-gpios = <&gpio5 21 GPIO_ACTIVE_LOW>;
};
sound-wm8524 {
compatible = "fsl,imx-audio-wm8524";
model = "wm8524-audio";
audio-cpu = <&sai3>;
audio-codec = <&wm8524>;
audio-routing =
"Line Out Jack", "LINEVOUTL",
"Line Out Jack", "LINEVOUTR";
};
Does this mean that Audio going to the Lineout in EVK is through the sai3 interface?
Thanks,
Rajesh