diff options
author | Jaroslav Kysela <perex@perex.cz> | 2007-10-15 03:50:19 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 10:51:18 -0400 |
commit | c1017a4cdb68ae5368fbc9ee42c77f1f5dca8916 (patch) | |
tree | b5f1fb278a49d851439509a4c8e3fd8f87f791cd /sound/pci/ice1712 | |
parent | 39d3ed381877246719184897c853c0c58028fe54 (diff) |
[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/ice1712')
-rw-r--r-- | sound/pci/ice1712/Makefile | 2 | ||||
-rw-r--r-- | sound/pci/ice1712/ak4xxx.c | 4 | ||||
-rw-r--r-- | sound/pci/ice1712/amp.c | 2 | ||||
-rw-r--r-- | sound/pci/ice1712/amp.h | 2 | ||||
-rw-r--r-- | sound/pci/ice1712/delta.c | 2 | ||||
-rw-r--r-- | sound/pci/ice1712/delta.h | 2 | ||||
-rw-r--r-- | sound/pci/ice1712/envy24ht.h | 2 | ||||
-rw-r--r-- | sound/pci/ice1712/ews.c | 2 | ||||
-rw-r--r-- | sound/pci/ice1712/ews.h | 2 | ||||
-rw-r--r-- | sound/pci/ice1712/hoontech.c | 2 | ||||
-rw-r--r-- | sound/pci/ice1712/hoontech.h | 2 | ||||
-rw-r--r-- | sound/pci/ice1712/ice1712.c | 4 | ||||
-rw-r--r-- | sound/pci/ice1712/ice1712.h | 2 | ||||
-rw-r--r-- | sound/pci/ice1712/ice1724.c | 4 | ||||
-rw-r--r-- | sound/pci/ice1712/juli.c | 2 |
15 files changed, 18 insertions, 18 deletions
diff --git a/sound/pci/ice1712/Makefile b/sound/pci/ice1712/Makefile index 6efdd62f6837..65ce66adba5a 100644 --- a/sound/pci/ice1712/Makefile +++ b/sound/pci/ice1712/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # | 1 | # |
2 | # Makefile for ALSA | 2 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz> | 3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
4 | # | 4 | # |
5 | 5 | ||
6 | snd-ice17xx-ak4xxx-objs := ak4xxx.o | 6 | snd-ice17xx-ak4xxx-objs := ak4xxx.o |
diff --git a/sound/pci/ice1712/ak4xxx.c b/sound/pci/ice1712/ak4xxx.c index ab00cce2c39f..a1aba0d7d0e4 100644 --- a/sound/pci/ice1712/ak4xxx.c +++ b/sound/pci/ice1712/ak4xxx.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * AK4524 / AK4528 / AK4529 / AK4355 / AK4381 interface | 4 | * AK4524 / AK4528 / AK4529 / AK4355 / AK4381 interface |
5 | * | 5 | * |
6 | * Copyright (c) 2000 Jaroslav Kysela <perex@suse.cz> | 6 | * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
@@ -30,7 +30,7 @@ | |||
30 | #include <sound/initval.h> | 30 | #include <sound/initval.h> |
31 | #include "ice1712.h" | 31 | #include "ice1712.h" |
32 | 32 | ||
33 | MODULE_AUTHOR("Jaroslav Kysela <perex@suse.cz>"); | 33 | MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>"); |
34 | MODULE_DESCRIPTION("ICEnsemble ICE17xx <-> AK4xxx AD/DA chip interface"); | 34 | MODULE_DESCRIPTION("ICEnsemble ICE17xx <-> AK4xxx AD/DA chip interface"); |
35 | MODULE_LICENSE("GPL"); | 35 | MODULE_LICENSE("GPL"); |
36 | 36 | ||
diff --git a/sound/pci/ice1712/amp.c b/sound/pci/ice1712/amp.c index 44bbb630b949..6e13d758bb5d 100644 --- a/sound/pci/ice1712/amp.c +++ b/sound/pci/ice1712/amp.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Lowlevel functions for Advanced Micro Peripherals Ltd AUDIO2000 | 4 | * Lowlevel functions for Advanced Micro Peripherals Ltd AUDIO2000 |
5 | * | 5 | * |
6 | * Copyright (c) 2000 Jaroslav Kysela <perex@suse.cz> | 6 | * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
diff --git a/sound/pci/ice1712/amp.h b/sound/pci/ice1712/amp.h index a0fc89b48122..bf81d30d9150 100644 --- a/sound/pci/ice1712/amp.h +++ b/sound/pci/ice1712/amp.h | |||
@@ -6,7 +6,7 @@ | |||
6 | * | 6 | * |
7 | * Lowlevel functions for Advanced Micro Peripherals Ltd AUDIO2000 | 7 | * Lowlevel functions for Advanced Micro Peripherals Ltd AUDIO2000 |
8 | * | 8 | * |
9 | * Copyright (c) 2000 Jaroslav Kysela <perex@suse.cz> | 9 | * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz> |
10 | * | 10 | * |
11 | * This program is free software; you can redistribute it and/or modify | 11 | * This program is free software; you can redistribute it and/or modify |
12 | * it under the terms of the GNU General Public License as published by | 12 | * it under the terms of the GNU General Public License as published by |
diff --git a/sound/pci/ice1712/delta.c b/sound/pci/ice1712/delta.c index 66886dff4845..371f78461db4 100644 --- a/sound/pci/ice1712/delta.c +++ b/sound/pci/ice1712/delta.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Lowlevel functions for M-Audio Delta 1010, 44, 66, Dio2496, Audiophile | 4 | * Lowlevel functions for M-Audio Delta 1010, 44, 66, Dio2496, Audiophile |
5 | * Digigram VX442 | 5 | * Digigram VX442 |
6 | * | 6 | * |
7 | * Copyright (c) 2000 Jaroslav Kysela <perex@suse.cz> | 7 | * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz> |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
10 | * it under the terms of the GNU General Public License as published by | 10 | * it under the terms of the GNU General Public License as published by |
diff --git a/sound/pci/ice1712/delta.h b/sound/pci/ice1712/delta.h index 2697156607e4..26ea05a32f56 100644 --- a/sound/pci/ice1712/delta.h +++ b/sound/pci/ice1712/delta.h | |||
@@ -7,7 +7,7 @@ | |||
7 | * Lowlevel functions for M-Audio Delta 1010, 44, 66, Dio2496, Audiophile | 7 | * Lowlevel functions for M-Audio Delta 1010, 44, 66, Dio2496, Audiophile |
8 | * Digigram VX442 | 8 | * Digigram VX442 |
9 | * | 9 | * |
10 | * Copyright (c) 2000 Jaroslav Kysela <perex@suse.cz> | 10 | * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz> |
11 | * | 11 | * |
12 | * This program is free software; you can redistribute it and/or modify | 12 | * This program is free software; you can redistribute it and/or modify |
13 | * it under the terms of the GNU General Public License as published by | 13 | * it under the terms of the GNU General Public License as published by |
diff --git a/sound/pci/ice1712/envy24ht.h b/sound/pci/ice1712/envy24ht.h index b58afcda9ed6..43b9e3e858be 100644 --- a/sound/pci/ice1712/envy24ht.h +++ b/sound/pci/ice1712/envy24ht.h | |||
@@ -4,7 +4,7 @@ | |||
4 | /* | 4 | /* |
5 | * ALSA driver for ICEnsemble VT1724 (Envy24) | 5 | * ALSA driver for ICEnsemble VT1724 (Envy24) |
6 | * | 6 | * |
7 | * Copyright (c) 2000 Jaroslav Kysela <perex@suse.cz> | 7 | * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz> |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
10 | * it under the terms of the GNU General Public License as published by | 10 | * it under the terms of the GNU General Public License as published by |
diff --git a/sound/pci/ice1712/ews.c b/sound/pci/ice1712/ews.c index b2b4eff1ac6c..75e4e5e0f1e4 100644 --- a/sound/pci/ice1712/ews.c +++ b/sound/pci/ice1712/ews.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Lowlevel functions for Terratec EWS88MT/D, EWX24/96, DMX 6Fire | 4 | * Lowlevel functions for Terratec EWS88MT/D, EWX24/96, DMX 6Fire |
5 | * | 5 | * |
6 | * Copyright (c) 2000 Jaroslav Kysela <perex@suse.cz> | 6 | * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz> |
7 | * 2002 Takashi Iwai <tiwai@suse.de> | 7 | * 2002 Takashi Iwai <tiwai@suse.de> |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
diff --git a/sound/pci/ice1712/ews.h b/sound/pci/ice1712/ews.h index a12a0b053558..e4ed1b475b08 100644 --- a/sound/pci/ice1712/ews.h +++ b/sound/pci/ice1712/ews.h | |||
@@ -6,7 +6,7 @@ | |||
6 | * | 6 | * |
7 | * Lowlevel functions for Terratec EWS88MT/D, EWX24/96, DMX 6Fire | 7 | * Lowlevel functions for Terratec EWS88MT/D, EWX24/96, DMX 6Fire |
8 | * | 8 | * |
9 | * Copyright (c) 2000 Jaroslav Kysela <perex@suse.cz> | 9 | * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz> |
10 | * 2002 Takashi Iwai <tiwai@suse.de> | 10 | * 2002 Takashi Iwai <tiwai@suse.de> |
11 | * | 11 | * |
12 | * This program is free software; you can redistribute it and/or modify | 12 | * This program is free software; you can redistribute it and/or modify |
diff --git a/sound/pci/ice1712/hoontech.c b/sound/pci/ice1712/hoontech.c index 8203562ef7e7..abcfd1da6587 100644 --- a/sound/pci/ice1712/hoontech.c +++ b/sound/pci/ice1712/hoontech.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Lowlevel functions for Hoontech STDSP24 | 4 | * Lowlevel functions for Hoontech STDSP24 |
5 | * | 5 | * |
6 | * Copyright (c) 2000 Jaroslav Kysela <perex@suse.cz> | 6 | * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
diff --git a/sound/pci/ice1712/hoontech.h b/sound/pci/ice1712/hoontech.h index 1ee538b20fbf..cc1da1e69ad1 100644 --- a/sound/pci/ice1712/hoontech.h +++ b/sound/pci/ice1712/hoontech.h | |||
@@ -6,7 +6,7 @@ | |||
6 | * | 6 | * |
7 | * Lowlevel functions for Hoontech STDSP24 | 7 | * Lowlevel functions for Hoontech STDSP24 |
8 | * | 8 | * |
9 | * Copyright (c) 2000 Jaroslav Kysela <perex@suse.cz> | 9 | * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz> |
10 | * | 10 | * |
11 | * This program is free software; you can redistribute it and/or modify | 11 | * This program is free software; you can redistribute it and/or modify |
12 | * it under the terms of the GNU General Public License as published by | 12 | * it under the terms of the GNU General Public License as published by |
diff --git a/sound/pci/ice1712/ice1712.c b/sound/pci/ice1712/ice1712.c index caa0886d460e..052fc3cb3272 100644 --- a/sound/pci/ice1712/ice1712.c +++ b/sound/pci/ice1712/ice1712.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * ALSA driver for ICEnsemble ICE1712 (Envy24) | 2 | * ALSA driver for ICEnsemble ICE1712 (Envy24) |
3 | * | 3 | * |
4 | * Copyright (c) 2000 Jaroslav Kysela <perex@suse.cz> | 4 | * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz> |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 6 | * This program is free software; you can redistribute it and/or modify |
7 | * it under the terms of the GNU General Public License as published by | 7 | * it under the terms of the GNU General Public License as published by |
@@ -73,7 +73,7 @@ | |||
73 | #include "ews.h" | 73 | #include "ews.h" |
74 | #include "hoontech.h" | 74 | #include "hoontech.h" |
75 | 75 | ||
76 | MODULE_AUTHOR("Jaroslav Kysela <perex@suse.cz>"); | 76 | MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>"); |
77 | MODULE_DESCRIPTION("ICEnsemble ICE1712 (Envy24)"); | 77 | MODULE_DESCRIPTION("ICEnsemble ICE1712 (Envy24)"); |
78 | MODULE_LICENSE("GPL"); | 78 | MODULE_LICENSE("GPL"); |
79 | MODULE_SUPPORTED_DEVICE("{" | 79 | MODULE_SUPPORTED_DEVICE("{" |
diff --git a/sound/pci/ice1712/ice1712.h b/sound/pci/ice1712/ice1712.h index d072f7b98b29..58640afa5404 100644 --- a/sound/pci/ice1712/ice1712.h +++ b/sound/pci/ice1712/ice1712.h | |||
@@ -4,7 +4,7 @@ | |||
4 | /* | 4 | /* |
5 | * ALSA driver for ICEnsemble ICE1712 (Envy24) | 5 | * ALSA driver for ICEnsemble ICE1712 (Envy24) |
6 | * | 6 | * |
7 | * Copyright (c) 2000 Jaroslav Kysela <perex@suse.cz> | 7 | * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz> |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
10 | * it under the terms of the GNU General Public License as published by | 10 | * it under the terms of the GNU General Public License as published by |
diff --git a/sound/pci/ice1712/ice1724.c b/sound/pci/ice1712/ice1724.c index 23c9383e7cce..0b0bbb0d96b9 100644 --- a/sound/pci/ice1712/ice1724.c +++ b/sound/pci/ice1712/ice1724.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * ALSA driver for VT1724 ICEnsemble ICE1724 / VIA VT1724 (Envy24HT) | 2 | * ALSA driver for VT1724 ICEnsemble ICE1724 / VIA VT1724 (Envy24HT) |
3 | * VIA VT1720 (Envy24PT) | 3 | * VIA VT1720 (Envy24PT) |
4 | * | 4 | * |
5 | * Copyright (c) 2000 Jaroslav Kysela <perex@suse.cz> | 5 | * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz> |
6 | * 2002 James Stafford <jstafford@ampltd.com> | 6 | * 2002 James Stafford <jstafford@ampltd.com> |
7 | * 2003 Takashi Iwai <tiwai@suse.de> | 7 | * 2003 Takashi Iwai <tiwai@suse.de> |
8 | * | 8 | * |
@@ -52,7 +52,7 @@ | |||
52 | #include "phase.h" | 52 | #include "phase.h" |
53 | #include "wtm.h" | 53 | #include "wtm.h" |
54 | 54 | ||
55 | MODULE_AUTHOR("Jaroslav Kysela <perex@suse.cz>"); | 55 | MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>"); |
56 | MODULE_DESCRIPTION("VIA ICEnsemble ICE1724/1720 (Envy24HT/PT)"); | 56 | MODULE_DESCRIPTION("VIA ICEnsemble ICE1724/1720 (Envy24HT/PT)"); |
57 | MODULE_LICENSE("GPL"); | 57 | MODULE_LICENSE("GPL"); |
58 | MODULE_SUPPORTED_DEVICE("{" | 58 | MODULE_SUPPORTED_DEVICE("{" |
diff --git a/sound/pci/ice1712/juli.c b/sound/pci/ice1712/juli.c index 3d8e74e493d7..1fbe3ef8e60a 100644 --- a/sound/pci/ice1712/juli.c +++ b/sound/pci/ice1712/juli.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Lowlevel functions for ESI Juli@ cards | 4 | * Lowlevel functions for ESI Juli@ cards |
5 | * | 5 | * |
6 | * Copyright (c) 2004 Jaroslav Kysela <perex@suse.cz> | 6 | * Copyright (c) 2004 Jaroslav Kysela <perex@perex.cz> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |