Re: [PATCH v4 1/3] DRM: add help to get ELD speaker allocation

2017-01-23 Thread Mark Brown
On Mon, Jan 23, 2017 at 08:49:11AM +0100, Daniel Vetter wrote: > On Thu, Jan 19, 2017 at 10:29:01AM +, Mark Brown wrote: > > I see. For most subsystems you need to actually copy a human to make > > sure that things are seen - just the list isn't enough. In terms of it > > being reviewed one

Re: [PATCH v4 1/3] DRM: add help to get ELD speaker allocation

2017-01-22 Thread Daniel Vetter
On Thu, Jan 19, 2017 at 10:29:01AM +, Mark Brown wrote: > On Wed, Jan 18, 2017 at 07:38:53AM +1100, Eric Anholt wrote: > > Mark Brown writes: > > > > You don't appear to have sent this to any of the DRM maintainers - it > > > does need review from them. > > > It was sent

Re: [PATCH v4 1/3] DRM: add help to get ELD speaker allocation

2017-01-19 Thread Arnaud Pouliquen
On 01/19/2017 11:29 AM, Mark Brown wrote: > On Wed, Jan 18, 2017 at 07:38:53AM +1100, Eric Anholt wrote: >> Mark Brown writes: > >>> You don't appear to have sent this to any of the DRM >>> maintainers - it does need review from them. > >> It was sent to dri-devel. That's

Re: [PATCH v4 1/3] DRM: add help to get ELD speaker allocation

2017-01-19 Thread Mark Brown
On Thu, Jan 19, 2017 at 11:49:56AM +0100, Arnaud Pouliquen wrote: > I limited diffusion to ASoC, as Daniel Vetter and Takashi Iwai > discussed the topic here: > http://www.spinics.net/lists/alsa-devel/msg58114.html > Seems that is was not a good strategy as it leads to discussions.. > Sorry for

Re: [PATCH v4 1/3] DRM: add help to get ELD speaker allocation

2017-01-19 Thread Mark Brown
On Wed, Jan 18, 2017 at 07:38:53AM +1100, Eric Anholt wrote: > Mark Brown writes: > > You don't appear to have sent this to any of the DRM maintainers - it > > does need review from them. > It was sent to dri-devel. That's us. And the patch already has a r-b > From DRM on

Re: [PATCH v4 1/3] DRM: add help to get ELD speaker allocation

2017-01-17 Thread Eric Anholt
Mark Brown writes: > [ Unknown signature status ] > On Tue, Jan 03, 2017 at 04:52:50PM +0100, Arnaud Pouliquen wrote: >> Add helper to allow users to retrieve the speaker allocations without >> knowledge of the ELD structure. > > You don't appear to have sent this to any of

Re: [PATCH v4 1/3] DRM: add help to get ELD speaker allocation

2017-01-17 Thread Mark Brown
On Tue, Jan 03, 2017 at 04:52:50PM +0100, Arnaud Pouliquen wrote: > Add helper to allow users to retrieve the speaker allocations without > knowledge of the ELD structure. You don't appear to have sent this to any of the DRM maintainers - it does need review from them. signature.asc

[PATCH v4 1/3] DRM: add help to get ELD speaker allocation

2017-01-03 Thread Arnaud Pouliquen
Add helper to allow users to retrieve the speaker allocations without knowledge of the ELD structure. Signed-off-by: Arnaud Pouliquen Reviewed-by: Jani Nikula --- include/drm/drm_edid.h | 13 + 1 file changed, 13 insertions(+) diff --git a/include/drm/drm_edid.h