Re: [PATCH] cec-follower: add tuner analog service emulation

2019-09-17 Thread Hans Verkuil
On 9/17/19 11:43 AM, Jiunn Chang wrote: > Implement the following tuner control features: > - > - and reply > > Signed-off-by: Jiunn Chang > --- > utils/cec-follower/cec-tuner.cpp | 51 > 1 file changed, 39 insertions(+), 12 deletions(-) > > diff --git a/ut

[PATCH] cec-follower: add tuner analog service emulation

2019-09-17 Thread Jiunn Chang
Implement the following tuner control features: - - and reply Signed-off-by: Jiunn Chang --- utils/cec-follower/cec-tuner.cpp | 51 1 file changed, 39 insertions(+), 12 deletions(-) diff --git a/utils/cec-follower/cec-tuner.cpp b/utils/cec-follower/cec-tune