Re: [PATCH] [media] v4l2-core: create MC interfaces for devnodes

2015-12-10 Thread Mauro Carvalho Chehab
Em Thu, 10 Dec 2015 08:32:21 -0200 Mauro Carvalho Chehab escreveu: > V4L2 device (and subdevice) nodes should create an interface, if the > Media Controller support is enabled. > > Please notice that radio devices should not create an entity, as radio > input/output is either via wires or via AL

[PATCH] [media] v4l2-core: create MC interfaces for devnodes

2015-12-10 Thread Mauro Carvalho Chehab
V4L2 device (and subdevice) nodes should create an interface, if the Media Controller support is enabled. Please notice that radio devices should not create an entity, as radio input/output is either via wires or via ALSA. PS.: Before this patch, au0828 should remove the media_device earlier. How

Re: [PATCH] [media] v4l2-core: create MC interfaces for devnodes

2015-08-28 Thread Mauro Carvalho Chehab
Em Fri, 28 Aug 2015 16:24:56 +0200 Hans Verkuil escreveu: > On 08/24/2015 03:19 PM, Mauro Carvalho Chehab wrote: > > All V4L2 device nodes should create an interface, if the > > Media Controller support is enabled. > > > > Please notice that radio devices should not create an > > entity, as radi

Re: [PATCH] [media] v4l2-core: create MC interfaces for devnodes

2015-08-28 Thread Hans Verkuil
On 08/24/2015 03:19 PM, Mauro Carvalho Chehab wrote: > All V4L2 device nodes should create an interface, if the > Media Controller support is enabled. > > Please notice that radio devices should not create an > entity, as radio input/output is either via wires or > via ALSA. > > Signed-off-by: Ma

[PATCH] [media] v4l2-core: create MC interfaces for devnodes

2015-08-24 Thread Mauro Carvalho Chehab
All V4L2 device nodes should create an interface, if the Media Controller support is enabled. Please notice that radio devices should not create an entity, as radio input/output is either via wires or via ALSA. Signed-off-by: Mauro Carvalho Chehab --- With this patch, V4L is now creating inter