.
- added some missing parameter descriptions at msp3400.c
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
linux/drivers/media/video/msp3400.c | 4 ++++
1 files changed, 4 insertions(+)
diff -u /tmp/dst.1110 linux/drivers/media/video/msp3400.c
--- /tmp/dst.1110 2005-09-05 11:43:15.000000000 -0300
+++ linux/drivers/media/video/msp3400.c 2005-09-05 11:43:15.000000000 -0300
@@ -124,10 +124,14 @@
module_param(amsound, int, 0644);
module_param(dolby, int, 0644);
+MODULE_PARM_DESC(opmode, "Forces a MSP3400 opmode. 0=Manual, 1=Simple, 2=Simpler");
MODULE_PARM_DESC(once, "No continuous stereo monitoring");
MODULE_PARM_DESC(debug, "Enable debug messages");
+MODULE_PARM_DESC(stereo_threshold, "Sets signal threshold to activate stereo");
MODULE_PARM_DESC(standard, "Specify audio standard: 32 = NTSC, 64 = radio, Default: Autodetect");
MODULE_PARM_DESC(amsound, "Hardwire AM sound at 6.5Hz (France), FM can autoscan");
+MODULE_PARM_DESC(dolby, "Activates Dolby processsing");
+
MODULE_DESCRIPTION("device driver for msp34xx TV sound processor");
MODULE_AUTHOR("Gerd Knorr");
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
|
|