From 6ea029d92c73be2ffde6429430c7ea971a4c390d Mon Sep 17 00:00:00 2001 From: Dimitri Stolnikov Date: Thu, 5 Jul 2012 00:28:52 +0200 Subject: add api function to control the IF gain for E4000 tuners --- src/tuner_e4k.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tuner_e4k.c') diff --git a/src/tuner_e4k.c b/src/tuner_e4k.c index 85a8a02..0232f88 100644 --- a/src/tuner_e4k.c +++ b/src/tuner_e4k.c @@ -723,8 +723,8 @@ static int find_stage_gain(uint8_t stage, int8_t val) /*! \brief Set the gain of one of the IF gain stages * \param [e4k] handle to the tuner chip - * \param [stage] numbere of the stage (1..6) - * \param [value] gain value in dBm + * \param [stage] number of the stage (1..6) + * \param [value] gain value in dB * \returns 0 on success, negative in case of error */ int e4k_if_gain_set(struct e4k_state *e4k, uint8_t stage, int8_t value) -- cgit v1.2.3