[PATCH v2] edid-decode: parse additional flags in the DD+ Short Audio Descriptor

2019-07-24 Thread rawoul
From: Arnaud Vrac In the Dolby Digital Plus Short Audio Descriptor, byte 3 is used to signal Joint Object Coding support, which can be useful to determine if the sink supports Dolby Atmos. Parse these flags as described in the Dolby Audio and Dolby Atmos over HDMI specification v1.0. Other bits

[PATCH] data: add LG55C8 TV EDID

2019-07-12 Thread rawoul
From: Arnaud Vrac Signed-off-by: Arnaud Vrac --- data/lg-55c8 | Bin 0 -> 256 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 data/lg-55c8 diff --git a/data/lg-55c8 b/data/lg-55c8 new file mode 100644 index ..34d2ec94f363f9dd80

[PATCH] edid-decode: add support for DD+ JOC flags

2019-07-12 Thread rawoul
From: Arnaud Vrac Used to signal Joint Object Coding support, used in particular for Atmos streams. Signed-off-by: Arnaud Vrac --- edid-decode.c | 5 + 1 file changed, 5 insertions(+) diff --git a/edid-decode.c b/edid-decode.c index 940bcb5..197b78d 100644 --- a/edid-decode.c +++ b/edid-d