[PATCH] cec-compliance: system information give features

2019-09-09 Thread Jiunn Chang
For devices on a HDMI ARC link, sources can only receive ARC and sinks can only transmit ARC. Add two checks: - Playback devices can only receive ARC, i.e. source_has_arc_rx - TVs can only transmit ARC, i.e. sink_has_arc_tx Signed-off-by: Jiunn Chang --- utils/cec-compliance/cec-test.cpp | 4

Re: [PATCH] cec-compliance: system information give features

2019-09-09 Thread Hans Verkuil
On 9/6/19 6:44 PM, Jiunn Chang wrote: > For devices on a HDMI ARC link, sinks can only support transmitter > devices and sources can only support receiver devices. > > Add two checks: > - Playback devices can only have has_arc_rx > - TVs can only have has_arc_tx > > Signed-off-by: Jiunn Chang

[PATCH] cec-compliance: system information give features

2019-09-06 Thread Jiunn Chang
For devices on a HDMI ARC link, sinks can only support transmitter devices and sources can only support receiver devices. Add two checks: - Playback devices can only have has_arc_rx - TVs can only have has_arc_tx Signed-off-by: Jiunn Chang --- utils/cec-compliance/cec-test.cpp | 4 1 fil