diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-10-07 12:10:12 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-13 10:28:29 -0400 |
commit | b40d29e0afac38f4ce6cb1db400a60f36c5cabee (patch) | |
tree | 263b3807dec57aa997475c8c9d656ba38af0d148 /drivers/media/dvb/frontends/cx24116.c | |
parent | 6068f5063850984fe6c2490bc8384a7afa2728dc (diff) |
V4L/DVB (9184): cx24116: Change the default SNR units back to percentage by default.
cx24116: Change the default SNR units back to percentage by default.
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/cx24116.c')
-rw-r--r-- | drivers/media/dvb/frontends/cx24116.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/cx24116.c b/drivers/media/dvb/frontends/cx24116.c index b8acc7b74c33..deb36f469ada 100644 --- a/drivers/media/dvb/frontends/cx24116.c +++ b/drivers/media/dvb/frontends/cx24116.c | |||
@@ -118,7 +118,7 @@ static int debug = 0; | |||
118 | static int toneburst = 1; | 118 | static int toneburst = 1; |
119 | 119 | ||
120 | /* SNR measurements */ | 120 | /* SNR measurements */ |
121 | static int esno_snr = 1; | 121 | static int esno_snr = 0; |
122 | 122 | ||
123 | enum cmds | 123 | enum cmds |
124 | { | 124 | { |
@@ -1414,7 +1414,7 @@ module_param(toneburst, int, 0644); | |||
1414 | MODULE_PARM_DESC(toneburst, "DiSEqC toneburst 0=OFF, 1=TONE CACHE, 2=MESSAGE CACHE (default:1)"); | 1414 | MODULE_PARM_DESC(toneburst, "DiSEqC toneburst 0=OFF, 1=TONE CACHE, 2=MESSAGE CACHE (default:1)"); |
1415 | 1415 | ||
1416 | module_param(esno_snr, int, 0644); | 1416 | module_param(esno_snr, int, 0644); |
1417 | MODULE_PARM_DESC(debug, "SNR return units, 0=PERCENTAGE 0-100, 1=ESNO(db * 10) (default:1)"); | 1417 | MODULE_PARM_DESC(debug, "SNR return units, 0=PERCENTAGE 0-100, 1=ESNO(db * 10) (default:0)"); |
1418 | 1418 | ||
1419 | MODULE_DESCRIPTION("DVB Frontend module for Conexant cx24116/cx24118 hardware"); | 1419 | MODULE_DESCRIPTION("DVB Frontend module for Conexant cx24116/cx24118 hardware"); |
1420 | MODULE_AUTHOR("Steven Toth"); | 1420 | MODULE_AUTHOR("Steven Toth"); |