aboutsummaryrefslogtreecommitdiffstats
path: root/src/tuner_e4k.c
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2012-07-05 00:28:52 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2012-07-05 00:28:52 +0200
commit6ea029d92c73be2ffde6429430c7ea971a4c390d (patch)
tree6155350db216465706da0cc725f1db4ad46e9b58 /src/tuner_e4k.c
parent304c7c863d77b34ba0c0c4911394a3cfc1cfa017 (diff)
add api function to control the IF gain for E4000 tuners
Diffstat (limited to 'src/tuner_e4k.c')
-rw-r--r--src/tuner_e4k.c4
1 files changed, 2 insertions, 2 deletions
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)