Re: [RFC PATCH v8 00/13] Add audio support in v4l2 framework

2023-11-01 Thread Hans Verkuil
On 01/11/2023 12:05, Shengjiu Wang wrote: > On Mon, Oct 30, 2023 at 9:56 AM Shengjiu Wang wrote: >> >> On Fri, Oct 27, 2023 at 7:18 PM Hans Verkuil wrote: >>> >>> Hi Shengjiu, >>> >>> Is there a reason why this series is still marked RFC? >>> >>> Just wondering about that. >> >> In the very

Re: [RFC PATCH v8 00/13] Add audio support in v4l2 framework

2023-11-01 Thread Shengjiu Wang
On Mon, Oct 30, 2023 at 9:56 AM Shengjiu Wang wrote: > > On Fri, Oct 27, 2023 at 7:18 PM Hans Verkuil wrote: > > > > Hi Shengjiu, > > > > Is there a reason why this series is still marked RFC? > > > > Just wondering about that. > > In the very beginning I started this series with RFC, So > I

Re: [RFC PATCH v8 00/13] Add audio support in v4l2 framework

2023-10-30 Thread Daniel Baluta
On Mon, Oct 30, 2023 at 3:56 AM Shengjiu Wang wrote: > > On Fri, Oct 27, 2023 at 7:18 PM Hans Verkuil wrote: > > > > Hi Shengjiu, > > > > Is there a reason why this series is still marked RFC? > > > > Just wondering about that. > > In the very beginning I started this series with RFC, So > I

Re: [RFC PATCH v8 00/13] Add audio support in v4l2 framework

2023-10-29 Thread Shengjiu Wang
On Fri, Oct 27, 2023 at 7:18 PM Hans Verkuil wrote: > > Hi Shengjiu, > > Is there a reason why this series is still marked RFC? > > Just wondering about that. In the very beginning I started this series with RFC, So I still use RFC now... Best regards Wang shengjiu > > Regards, > > Hans

Re: [RFC PATCH v8 00/13] Add audio support in v4l2 framework

2023-10-27 Thread Hans Verkuil
Hi Shengjiu, Is there a reason why this series is still marked RFC? Just wondering about that. Regards, Hans On 27/10/2023 12:35, Shengjiu Wang wrote: > Audio signal processing also has the requirement for memory to > memory similar as Video. > > This asrc memory to memory (memory

[RFC PATCH v8 00/13] Add audio support in v4l2 framework

2023-10-27 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