diff options
author | Hans Verkuil <hansverk@cisco.com> | 2016-12-06 11:17:12 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-12-21 06:59:13 -0200 |
commit | f3854973f196baad5be6b62d8f5ea24b0346b63f (patch) | |
tree | 3a5cd042269c43755e5d052c34e57d09ceb7759f /include/drm | |
parent | 4bfb934b0067b7f6a24470682c5f7254fd4d8282 (diff) |
[media] cec: fix report_current_latency
In the (very) small print of the REPORT_CURRENT_LATENCY message there is a
line that says that the last byte of the message (audio out delay) is only
present if the 'audio out compensated' value is 3.
I missed this, and so if this message was sent with a total length of 6 (i.e.
without the audio out delay byte), then it was rejected by the framework
since a minimum length of 7 was expected.
Fix this minimum length check and update the wrappers in cec-funcs.h to do
the right thing based on the message length.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/drm')
0 files changed, 0 insertions, 0 deletions