Re: [PATCH v6 4/6] ASoC: fsl_asrc_m2m: Add memory to memory function

2024-12-11 Thread Shengjiu Wang
On Wed, Dec 11, 2024 at 11:28 PM Mark Brown wrote: > > On Wed, Dec 11, 2024 at 11:08:47AM +0800, Shengjiu Wang wrote: > > 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

Re: [PATCH v6 4/6] ASoC: fsl_asrc_m2m: Add memory to memory function

2024-12-11 Thread Mark Brown
On Wed, Dec 11, 2024 at 11:08:47AM +0800, Shengjiu Wang wrote: > 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 This breaks an imx_v6_v7_defconfig bui

[PATCH v6 4/6] ASoC: fsl_asrc_m2m: Add memory to memory function

2024-12-10 Thread Shengjiu Wang
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 Acked-by: Jaroslav Kysela --- sound/soc/fsl/Kconfig | 1 + sound/so