ASoC: fsl_asrc_m2m: Add memory to memory function
authorShengjiu Wang <shengjiu.wang@nxp.com>
Thu, 12 Dec 2024 07:45:07 +0000 (15:45 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 13 Dec 2024 08:57:09 +0000 (08:57 +0000)
commit24a01710f6271ec32b629d714e6a64a69665128b
tree31128ae4c650d853fe940cdb04d2aa2beed069b2
parent27147695aaf7ccb0edc3f21454b5405c9037b4ba
ASoC: fsl_asrc_m2m: Add memory to memory function

Implement the ASRC memory to memory function using
the compress framework, user can use this function with
compress ioctl interface.

This feature can be shared by ASRC and EASRC drivers

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Acked-by: Jaroslav Kysela <perex@perex.cz>
Link: https://patch.msgid.link/20241212074509.3445859-5-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/Kconfig
sound/soc/fsl/Makefile
sound/soc/fsl/fsl_asrc_common.h
sound/soc/fsl/fsl_asrc_m2m.c [new file with mode: 0644]