Re: [PATCH] media: fix truncated entity specification

2011-11-15 Thread Clemens Ladisch
Laurent Pinchart wrote: > > > On Saturday 05 November 2011 22:42:01 Clemens Ladisch wrote: > > > > When enumerating an entity, assign the entire entity specification > > > > instead of only the first two words. (This requires giving the > > > > specification union a name.) > > Your patch looks go

Re: [PATCH] media: fix truncated entity specification

2011-11-15 Thread Laurent Pinchart
Hi Clemens, On Tuesday 15 November 2011 14:02:21 Clemens Ladisch wrote: > Laurent Pinchart wrote: > > On Saturday 05 November 2011 22:42:01 Clemens Ladisch wrote: > > > When enumerating an entity, assign the entire entity specification > > > instead of only the first two words. (This requires giv

Re: [PATCH] media: fix truncated entity specification

2011-11-15 Thread Clemens Ladisch
Laurent Pinchart wrote: > On Saturday 05 November 2011 22:42:01 Clemens Ladisch wrote: > > When enumerating an entity, assign the entire entity specification > > instead of only the first two words. (This requires giving the > > specification union a name.) > > What about this (untested) simpler

Re: [PATCH] media: fix truncated entity specification

2011-11-14 Thread Laurent Pinchart
Hi Clemens, Thanks for the patch. On Saturday 05 November 2011 22:42:01 Clemens Ladisch wrote: > When enumerating an entity, assign the entire entity specification > instead of only the first two words. (This requires giving the > specification union a name.) > > So far, no driver actually uses

[PATCH] media: fix truncated entity specification

2011-11-05 Thread Clemens Ladisch
When enumerating an entity, assign the entire entity specification instead of only the first two words. (This requires giving the specification union a name.) So far, no driver actually uses more than two words, but this will be needed for ALSA entities. Signed-off-by: Clemens Ladisch --- incl