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

2024-12-12 Thread Shengjiu Wang
On Thu, Dec 12, 2024 at 7:45 PM Mark Brown wrote: > > On Thu, Dec 12, 2024 at 03:45:07PM +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 b

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

2024-12-12 Thread Mark Brown
On Thu, Dec 12, 2024 at 03:45:07PM +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 x86 allmodconfig build

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

2024-12-11 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 | 2 + sound/so