Re: [PATCH/RFC v2 1/4] Add a media device configuration file parser.

2014-10-21 Thread Jacek Anaszewski
Hi Sakari, On 10/20/2014 11:44 PM, Sakari Ailus wrote: Hi Jacek, On Fri, Oct 17, 2014 at 04:54:39PM +0200, Jacek Anaszewski wrote: This patch adds a parser for a media device configuration file. The parser expects the configuration file containing links end v4l2-controls definitions as

Re: [PATCH/RFC v2 1/4] Add a media device configuration file parser.

2014-10-21 Thread Sakari Ailus
Hi Jacek, On Tue, Oct 21, 2014 at 09:17:00AM +0200, Jacek Anaszewski wrote: ... + * The V4L2 control group format: + * + * v4l2-controls { + * TABcontrol1_name: entity_nameLF + * TABcontrol2_name: entity_nameLF + * ... + * TABcontrolN_name: entity_nameLF + * } I didn't know you were

Re: [PATCH/RFC v2 1/4] Add a media device configuration file parser.

2014-10-21 Thread Jacek Anaszewski
Hi Sakari, On 10/21/2014 11:26 AM, Sakari Ailus wrote: Hi Jacek, On Tue, Oct 21, 2014 at 09:17:00AM +0200, Jacek Anaszewski wrote: ... + * The V4L2 control group format: + * + * v4l2-controls { + * TABcontrol1_name: entity_nameLF + * TABcontrol2_name: entity_nameLF + * ... + *

Re: [PATCH/RFC v2 1/4] Add a media device configuration file parser.

2014-10-20 Thread Sakari Ailus
Hi Jacek, On Fri, Oct 17, 2014 at 04:54:39PM +0200, Jacek Anaszewski wrote: This patch adds a parser for a media device configuration file. The parser expects the configuration file containing links end v4l2-controls definitions as described in the header file being added. The links describe

[PATCH/RFC v2 1/4] Add a media device configuration file parser.

2014-10-17 Thread Jacek Anaszewski
This patch adds a parser for a media device configuration file. The parser expects the configuration file containing links end v4l2-controls definitions as described in the header file being added. The links describe connections between media entities and v4l2-controls define the target