[RFC PATCH 3/6] ASoC: fsl_easrc: define functions for memory to memory usage

2024-08-06 Thread Shengjiu Wang
ASRC can be used on memory to memory case, define several functions for m2m usage and export them as function pointer. Signed-off-by: Shengjiu Wang --- sound/soc/fsl/fsl_easrc.c | 226 ++ sound/soc/fsl/fsl_easrc.h | 4 + 2 files changed, 230 insertions(+) d

Re: [PATCH 3/6] ASoC: fsl_easrc: define functions for memory to memory usage

2023-06-30 Thread Shengjiu Wang
On Thu, Jun 29, 2023 at 7:00 PM Fabio Estevam wrote: > Hi Shengjiu, > > On Wed, Jun 28, 2023 at 11:10 PM Shengjiu Wang > wrote: > > > > ASRC can be used on memory to memory case, define several > > functions for m2m usage and export them as function pointer. > > > > Signed-off-by: Shengjiu Wang

Re: [PATCH 3/6] ASoC: fsl_easrc: define functions for memory to memory usage

2023-06-29 Thread Fabio Estevam
Hi Shengjiu, On Wed, Jun 28, 2023 at 11:10 PM Shengjiu Wang wrote: > > ASRC can be used on memory to memory case, define several > functions for m2m usage and export them as function pointer. > > Signed-off-by: Shengjiu Wang Could you please explain what is the benefit of using M2M in the EASRC

[PATCH 3/6] ASoC: fsl_easrc: define functions for memory to memory usage

2023-06-28 Thread Shengjiu Wang
ASRC can be used on memory to memory case, define several functions for m2m usage and export them as function pointer. Signed-off-by: Shengjiu Wang --- sound/soc/fsl/fsl_easrc.c | 214 ++ sound/soc/fsl/fsl_easrc.h | 6 ++ 2 files changed, 220 insertions(+)