Re: [RFC, WIP, v6 03/10] media: vidtv: implement a demodulator driver

2020-05-28 Thread Shuah Khan
On 5/20/20 1:03 AM, Daniel W. S. Almeida wrote: From: "Daniel W. S. Almeida" Implement a I2C demodulator driver, simulating support for DVB-T, DVB-C and DVB-S. This demodulator will periodically check the signal quality against a table and drop the TS lock if it drops below a threshold value,

[RFC, WIP, v6 03/10] media: vidtv: implement a demodulator driver

2020-05-20 Thread Daniel W. S. Almeida
From: "Daniel W. S. Almeida" Implement a I2C demodulator driver, simulating support for DVB-T, DVB-C and DVB-S. This demodulator will periodically check the signal quality against a table and drop the TS lock if it drops below a threshold value, regaining it in the event that the signal improves