patch-2.4.17 linux/drivers/sound/via82cxxx_audio.c
Next file: linux/drivers/sound/ymfpci.c
Previous file: linux/drivers/sound/sb_card.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Fri Dec 21 16:40:32 2001
- Orig file:
linux-2.4.16/drivers/sound/via82cxxx_audio.c
- Orig date:
Fri Nov 9 21:45:35 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/drivers/sound/via82cxxx_audio.c linux/drivers/sound/via82cxxx_audio.c
@@ -1,6 +1,6 @@
/*
* Support for VIA 82Cxxx Audio Codecs
- * Copyright 1999,2000 Jeff Garzik <jgarzik@mandrakesoft.com>
+ * Copyright 1999,2000 Jeff Garzik
*
* Distributed under the GNU GENERAL PUBLIC LICENSE (GPL) Version 2.
* See the "COPYING" file distributed with this software for more info.
@@ -8,9 +8,6 @@
* For a list of known bugs (errata) and documentation,
* see via-audio.pdf in linux/Documentation/DocBook.
* If this documentation does not exist, run "make pdfdocs".
- * If "make pdfdocs" fails, obtain the documentation from
- * the driver's Website at
- * http://gtf.org/garzik/drivers/via82cxxx/
*
*/
@@ -3357,7 +3354,7 @@
module_init(init_via82cxxx_audio);
module_exit(cleanup_via82cxxx_audio);
-MODULE_AUTHOR("Jeff Garzik <jgarzik@mandrakesoft.com>");
+MODULE_AUTHOR("Jeff Garzik");
MODULE_DESCRIPTION("DSP audio and mixer driver for Via 82Cxxx audio devices");
MODULE_LICENSE("GPL");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)