Re: [PATCH v14 00/16] Add audio support in v4l2 framework

2024-03-19 Thread Hans Verkuil
On 19/03/2024 4:14 am, Shengjiu Wang wrote: > On Tue, Mar 19, 2024 at 10:24 AM Shengjiu Wang > wrote: >> >> On Mon, Mar 18, 2024 at 11:56 PM Hans Verkuil wrote: >>> >>> Hi Shengjiu, >>> >>> I was about to prepare a pull request for this when I realized that >>> entries for the new drivers need

Re: [PATCH v14 00/16] Add audio support in v4l2 framework

2024-03-18 Thread Shengjiu Wang
On Tue, Mar 19, 2024 at 10:24 AM Shengjiu Wang wrote: > > On Mon, Mar 18, 2024 at 11:56 PM Hans Verkuil wrote: > > > > Hi Shengjiu, > > > > I was about to prepare a pull request for this when I realized that > > entries for the new drivers need to be added to the MAINTAINERS file. > > > > Can

Re: [PATCH v14 00/16] Add audio support in v4l2 framework

2024-03-18 Thread Shengjiu Wang
On Mon, Mar 18, 2024 at 11:56 PM Hans Verkuil wrote: > > Hi Shengjiu, > > I was about to prepare a pull request for this when I realized that > entries for the new drivers need to be added to the MAINTAINERS file. > > Can you post patches 'v14 17/16' and 'v14/18/16' adding entries for each > new

Re: [PATCH v14 00/16] Add audio support in v4l2 framework

2024-03-18 Thread Hans Verkuil
Hi Shengjiu, I was about to prepare a pull request for this when I realized that entries for the new drivers need to be added to the MAINTAINERS file. Can you post patches 'v14 17/16' and 'v14/18/16' adding entries for each new driver? Thank you, Hans On 11/03/2024 10:53 am, Shengjiu

[PATCH v14 00/16] Add audio support in v4l2 framework

2024-03-11 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