Re: [PATCH v6 4/6] ASoC: fsl_asrc_m2m: Add memory to memory function
From: Shengjiu Wang <shengjiu.wang@gmail.com>
Date: 2024-12-12 02:07:18
Also in:
alsa-devel, linux-sound, lkml
From: Shengjiu Wang <shengjiu.wang@gmail.com>
Date: 2024-12-12 02:07:18
Also in:
alsa-devel, linux-sound, lkml
On Wed, Dec 11, 2024 at 11:28 PM Mark Brown [off-list ref] wrote:
On Wed, Dec 11, 2024 at 11:08:47AM +0800, Shengjiu Wang wrote:quoted
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 driversThis breaks an imx_v6_v7_defconfig build: arm-linux-gnueabihf-ld: sound/soc/fsl/fsl_asrc_m2m.o: in function `fsl_asrc_m2m_ init': fsl_asrc_m2m.c:(.text+0x7ac): undefined reference to `snd_compress_new' Looks like we're missing some select statements.
Thanks for noticing this issue. Sorry about that, I will fix it. Best regards Shengjiu Wang