Hi @djsftree
I hope you are doing well.
Are there any plans to bring this advanced filtering functionality to the ALSA plugin?
[Ans]: We can't share this information until the next BSP release.
Yes, ASRC requires firmware binary.
It is referenced in easrc node at imx8mp.dtsi as below.
firmware-name = "imx/easrc/easrc-imx8mn.bin";
firmware binaries can be placed at /lib/firmware/imx in rootfs
One can download firmware binaries using as below.
$ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-8.18.bin
$ chmod +x firmware-imx-8.18.bin
$ ./firmware-imx-8.18.bin
easrc binary can be found at ~/firmware-imx-8.18/firmware/easrc
One can refer to /sound/soc/fsl/fsl_easrc.c
Thanks & Regards
Sanket Parekh