[alsa-devel] [PATCH v2 1/4] DRM: add help to get ELD speaker allocation

2016-12-28 Thread Takashi Iwai
On Mon, 19 Dec 2016 10:42:28 +0100, Daniel Vetter wrote: > > On Mon, Dec 19, 2016 at 11:09:55AM +0200, Jani Nikula wrote: > > On Wed, 14 Dec 2016, Arnaud Pouliquen wrote: > > > Add helper to allow users to retrieve the speaker allocations without > > > knowledge of the ELD structure. > > > > > >

[PATCH v2 1/4] DRM: add help to get ELD speaker allocation

2016-12-19 Thread Jani Nikula
On Wed, 14 Dec 2016, Arnaud Pouliquen wrote: > Add helper to allow users to retrieve the speaker allocations without > knowledge of the ELD structure. > > Signed-off-by: Arnaud Pouliquen For this one patch, Reviewed-by: Jani Nikula > --- > include/drm/drm_edid.h | 13 + > 1 file

[PATCH v2 1/4] DRM: add help to get ELD speaker allocation

2016-12-19 Thread Daniel Vetter
On Mon, Dec 19, 2016 at 11:09:55AM +0200, Jani Nikula wrote: > On Wed, 14 Dec 2016, Arnaud Pouliquen wrote: > > Add helper to allow users to retrieve the speaker allocations without > > knowledge of the ELD structure. > > > > Signed-off-by: Arnaud Pouliquen > > For this one patch, > > Reviewed-

[PATCH v2 1/4] DRM: add help to get ELD speaker allocation

2016-12-14 Thread Arnaud Pouliquen
Add helper to allow users to retrieve the speaker allocations without knowledge of the ELD structure. Signed-off-by: Arnaud Pouliquen --- include/drm/drm_edid.h | 13 + 1 file changed, 13 insertions(+) diff --git a/include/drm/drm_edid.h b/include/drm/drm_edid.h index 919933d..0706c