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

2019-09-20 Thread Hans Verkuil
Hi Jiunn, This is a lot better. Just a few more comments: On 9/19/19 7:47 PM, Jiunn Chang wrote: > Implement the following tuner control features: > - > - and reply > > Signed-off-by: Jiunn Chang > --- > > Changes made since v1: > - Fix typos/bugs > - Import reply_feature_abort() fr

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

2019-09-19 Thread Jiunn Chang
Implement the following tuner control features: - - and reply Signed-off-by: Jiunn Chang --- Changes made since v1: - Fix typos/bugs - Import reply_feature_abort() from cec-processing.cpp - Add functionality to choose nearest frequency Changes made since v2: - Fix typos/bugs -