Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114106
b: refs/heads/master
c: b40d29e
h: refs/heads/master
v: v3
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Oct 13, 2008
1 parent 7330e74 commit 0fbaeee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6068f5063850984fe6c2490bc8384a7afa2728dc
refs/heads/master: b40d29e0afac38f4ce6cb1db400a60f36c5cabee
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/frontends/cx24116.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static int debug = 0;
static int toneburst = 1;

/* SNR measurements */
static int esno_snr = 1;
static int esno_snr = 0;

enum cmds
{
Expand Down Expand Up @@ -1414,7 +1414,7 @@ module_param(toneburst, int, 0644);
MODULE_PARM_DESC(toneburst, "DiSEqC toneburst 0=OFF, 1=TONE CACHE, 2=MESSAGE CACHE (default:1)");

module_param(esno_snr, int, 0644);
MODULE_PARM_DESC(debug, "SNR return units, 0=PERCENTAGE 0-100, 1=ESNO(db * 10) (default:1)");
MODULE_PARM_DESC(debug, "SNR return units, 0=PERCENTAGE 0-100, 1=ESNO(db * 10) (default:0)");

MODULE_DESCRIPTION("DVB Frontend module for Conexant cx24116/cx24118 hardware");
MODULE_AUTHOR("Steven Toth");
Expand Down

0 comments on commit 0fbaeee

Please sign in to comment.