Hi Antti, On 10/07/12 17:20, Antti Palosaari wrote:
I am looking how to implement LNA support for the DVB API. What we need to be configurable at least is: OFF, ON, AUTO. There is LNAs that support variable gain and likely those will be sooner or later. Actually I think there is already LNAs integrated to the RF-tuner that offers adjustable gain. Also looking to NXP catalog and you will see there is digital TV LNAs with adjustable gain. Coming from that requirements are: adjustable gain 0-xxx dB LNA OFF LNA ON LNA AUTO Setting LNA is easy but how to query capabilities of supported LNA values? eg. this device has LNA which supports Gain=5dB, Gain=8dB, LNA auto?
Without having a sample of device capabilities this question may be irrelevant, but what if the gain is somewhat continuiously configurable vs. discretized? For example can some be configured just for 5,8 and 11, whilst some might have some 8-bit value that controls gain between 5 and 11?
LNA ON (bypass) could be replaced with Gain=0 and LNA ON with Gain>0, Gain=-1 is for auto example.
How should the API handle differences between the specified gain and the capabilities of the LNA? Round to nearest possible config if it's within the operating range; return error if out of range?
regards Antti
-- Steve Kerrison MEng Hons. http://www.stevekerrison.com/ -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html