Em Sat, 8 Aug 2015 02:14:46 +0300
Sakari Ailus escreveu:
> Hi Mauro,
>
> On Fri, Aug 07, 2015 at 11:19:59AM -0300, Mauro Carvalho Chehab wrote:
> > We'll need unique IDs for graph objects and a way to associate
> > them with the media interface.
> >
> > So, add an atomic var to be used to creat
Hi Mauro,
On Fri, Aug 07, 2015 at 11:19:59AM -0300, Mauro Carvalho Chehab wrote:
> We'll need unique IDs for graph objects and a way to associate
> them with the media interface.
>
> So, add an atomic var to be used to create unique IDs and
> a list to store such objects.
>
> Signed-off-by: Maur
We'll need unique IDs for graph objects and a way to associate
them with the media interface.
So, add an atomic var to be used to create unique IDs and
a list to store such objects.
Signed-off-by: Mauro Carvalho Chehab
diff --git a/drivers/media/media-device.c b/drivers/media/media-device.c
ind