Re: [RFC PATCH v5 00/11] Add audio support in v4l2 framework

2023-10-02 Thread Mark Brown
On Thu, Sep 28, 2023 at 05:00:08PM +0800, Shengjiu Wang wrote: > Audio signal processing also has the requirement for memory to > memory similar as Video. > This asrc memory to memory (memory ->asrc->memory) case is a non > real time use case. Other than the naming thing I sent in reply to one

[RFC PATCH v5 00/11] Add audio support in v4l2 framework

2023-09-28 Thread Shengjiu Wang
Audio signal processing also has the requirement for memory to memory similar as Video. This asrc memory to memory (memory ->asrc->memory) case is a non real time use case. User fills the input buffer to the asrc module, after conversion, then asrc sends back the output buffer to user. So it is