]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Christoph Hellwig contact update
authorDave Jones <davej@suse.de>
Wed, 3 Apr 2002 04:00:28 +0000 (20:00 -0800)
committerDave Jones <davej@suse.de>
Wed, 3 Apr 2002 04:00:28 +0000 (20:00 -0800)
From 2.4

sound/oss/ad1848.h
sound/oss/cs4232.h
sound/oss/gus.h
sound/oss/mpu401.h
sound/oss/opl3.h
sound/oss/pas2.h
sound/oss/pss.c

index 234bbb8235b9286828346f159fcf496d2f5f5cd0..6791c2745ca12161139e13a35b5a96a936c120ad 100644 (file)
@@ -1,8 +1,3 @@
-/*
- * ad1848.c
- *
- * Copyright:  Christoph Hellwig <chhellwig@gmx.net>
- */
 
 #define AD_F_CS4231     0x0001  /* Returned if a CS4232 (or compatible) detected */
 #define AD_F_CS4248     0x0001  /* Returned if a CS4248 (or compatible) detected */
index 73377b4316993e32aeb2183f7ab87b0ea2eef4b6..31c8d8b23c91e42b7ed69103d47a9b45cb371d62 100644 (file)
@@ -1,9 +1,3 @@
-/*
- *     cs4232.h
- *
- * Copyright: Christoph Hellwig <chhellwig@gmx.net>
- *
- */
 
 int probe_cs4232 (struct address_info *hw_config,int useisapnp);
 void attach_cs4232 (struct address_info *hw_config);
index fe795ecdb7b9b2a309f437c87469f21ffe381469..53b70bce01180ac1376daa96a3373252b37d54ba 100644 (file)
@@ -1,9 +1,3 @@
-/*
- * gus.h
- *
- * Copyright:  Christoph Hellwig <chhellwig@gmx.net>
- *
- */
 
 #include "ad1848.h"
 
index 455a4bde5fa2a190607210d9e9703f13c519d16d..e5812623b2d382e775cf17724ac2a03aed9ccb51 100644 (file)
@@ -1,9 +1,3 @@
-/*
- *     uart401.h 
- *
- * Copyright:  Christoph Hellwig <chhellwig@gmx.net>
- *
- */
 
 /*     From uart401.c */
 int probe_uart401 (struct address_info *hw_config, struct module *owner);
index 104ae9ff4e7d2c39710f26998f0e3457edf6070a..0bc9a4bcda13167608ab42bc5e2adac4f9caf6c0 100644 (file)
@@ -1,9 +1,3 @@
-/*
- *     opl3.h
- *
- * Copyright:  Christoph Hellwig <chhellwig@gmx.net>
- *
- */
 
 int opl3_detect (int ioaddr, int *osp);
 int opl3_init(int ioaddr, int *osp, struct module *owner);
index 7ac521fe016c2a90729c6b02673210ee6f9be420..fa12c55f560e05992872018b25bd7b75e6267952 100644 (file)
@@ -1,9 +1,3 @@
-/*
- * pas2.h
- *
- * Copyright:  Christoph Hellwig <chhellwig@gmx.net>
- *
- */
 
 /*     From pas_card.c */
 int pas_set_intr(int mask);
index 1804f9d69ed11f95485e4d90bbe2693776e436e7..250b61832730756d4cc5a575c9ce752f0701e095 100644 (file)
@@ -48,7 +48,7 @@
  *          Added module parameter pss_firmware to allow the user to tell 
  *          the driver where the fireware file is located.  The default 
  *          setting is the previous hardcoded setting "/etc/sound/pss_synth".
- * 00-03-03: Christoph Hellwig <chhellwig@gmx.net>
+ * 00-03-03: Christoph Hellwig <chhellwig@infradead.org>
  *         Adapted to module_init/module_exit
  * 11-10-2000: Bartlomiej Zolnierkiewicz <bkz@linux-ide.org>
  *         Added __init to probe_pss(), attach_pss() and probe_pss_mpu()