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/i2c | |
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/i2c')
-rw-r--r-- | sound/i2c/Makefile | 2 | ||||
-rw-r--r-- | sound/i2c/cs8427.c | 4 | ||||
-rw-r--r-- | sound/i2c/i2c.c | 4 | ||||
-rw-r--r-- | sound/i2c/other/Makefile | 2 | ||||
-rw-r--r-- | sound/i2c/other/ak4114.c | 4 | ||||
-rw-r--r-- | sound/i2c/other/ak4117.c | 4 | ||||
-rw-r--r-- | sound/i2c/other/ak4xxx-adda.c | 4 | ||||
-rw-r--r-- | sound/i2c/other/tea575x-tuner.c | 4 | ||||
-rw-r--r-- | sound/i2c/tea6330t.c | 4 |
9 files changed, 16 insertions, 16 deletions
diff --git a/sound/i2c/Makefile b/sound/i2c/Makefile index 0856cda06daf..37970666a453 100644 --- a/sound/i2c/Makefile +++ b/sound/i2c/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-i2c-objs := i2c.o | 6 | snd-i2c-objs := i2c.o |
diff --git a/sound/i2c/cs8427.c b/sound/i2c/cs8427.c index e601caa6ea0b..744366b72345 100644 --- a/sound/i2c/cs8427.c +++ b/sound/i2c/cs8427.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Routines for control of the CS8427 via i2c bus | 2 | * Routines for control of the CS8427 via i2c bus |
3 | * IEC958 (S/PDIF) receiver & transmitter by Cirrus Logic | 3 | * IEC958 (S/PDIF) receiver & transmitter by Cirrus Logic |
4 | * Copyright (c) by Jaroslav Kysela <perex@suse.cz> | 4 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
5 | * | 5 | * |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
@@ -32,7 +32,7 @@ | |||
32 | 32 | ||
33 | static void snd_cs8427_reset(struct snd_i2c_device *cs8427); | 33 | static void snd_cs8427_reset(struct snd_i2c_device *cs8427); |
34 | 34 | ||
35 | MODULE_AUTHOR("Jaroslav Kysela <perex@suse.cz>"); | 35 | MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>"); |
36 | MODULE_DESCRIPTION("IEC958 (S/PDIF) receiver & transmitter by Cirrus Logic"); | 36 | MODULE_DESCRIPTION("IEC958 (S/PDIF) receiver & transmitter by Cirrus Logic"); |
37 | MODULE_LICENSE("GPL"); | 37 | MODULE_LICENSE("GPL"); |
38 | 38 | ||
diff --git a/sound/i2c/i2c.c b/sound/i2c/i2c.c index b60fb1892828..1e58a963b2a7 100644 --- a/sound/i2c/i2c.c +++ b/sound/i2c/i2c.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * Generic i2c interface for ALSA | 2 | * Generic i2c interface for ALSA |
3 | * | 3 | * |
4 | * (c) 1998 Gerd Knorr <kraxel@cs.tu-berlin.de> | 4 | * (c) 1998 Gerd Knorr <kraxel@cs.tu-berlin.de> |
5 | * Modified for the ALSA driver by Jaroslav Kysela <perex@suse.cz> | 5 | * Modified for the ALSA driver by Jaroslav Kysela <perex@perex.cz> |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
@@ -28,7 +28,7 @@ | |||
28 | #include <sound/core.h> | 28 | #include <sound/core.h> |
29 | #include <sound/i2c.h> | 29 | #include <sound/i2c.h> |
30 | 30 | ||
31 | MODULE_AUTHOR("Jaroslav Kysela <perex@suse.cz>"); | 31 | MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>"); |
32 | MODULE_DESCRIPTION("Generic i2c interface for ALSA"); | 32 | MODULE_DESCRIPTION("Generic i2c interface for ALSA"); |
33 | MODULE_LICENSE("GPL"); | 33 | MODULE_LICENSE("GPL"); |
34 | 34 | ||
diff --git a/sound/i2c/other/Makefile b/sound/i2c/other/Makefile index 77a8a7c75dd9..703d954238f4 100644 --- a/sound/i2c/other/Makefile +++ b/sound/i2c/other/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # | 1 | # |
2 | # Makefile for ALSA | 2 | # Makefile for ALSA |
3 | # Copyright (c) 2003 by Jaroslav Kysela <perex@suse.cz> | 3 | # Copyright (c) 2003 by Jaroslav Kysela <perex@perex.cz> |
4 | # | 4 | # |
5 | 5 | ||
6 | snd-ak4114-objs := ak4114.o | 6 | snd-ak4114-objs := ak4114.o |
diff --git a/sound/i2c/other/ak4114.c b/sound/i2c/other/ak4114.c index f2b81e39b8cf..facde46f957a 100644 --- a/sound/i2c/other/ak4114.c +++ b/sound/i2c/other/ak4114.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Routines for control of the AK4114 via I2C and 4-wire serial interface | 2 | * Routines for control of the AK4114 via I2C and 4-wire serial interface |
3 | * IEC958 (S/PDIF) receiver by Asahi Kasei | 3 | * IEC958 (S/PDIF) receiver by Asahi Kasei |
4 | * Copyright (c) by Jaroslav Kysela <perex@suse.cz> | 4 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
5 | * | 5 | * |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
@@ -29,7 +29,7 @@ | |||
29 | #include <sound/ak4114.h> | 29 | #include <sound/ak4114.h> |
30 | #include <sound/asoundef.h> | 30 | #include <sound/asoundef.h> |
31 | 31 | ||
32 | MODULE_AUTHOR("Jaroslav Kysela <perex@suse.cz>"); | 32 | MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>"); |
33 | MODULE_DESCRIPTION("AK4114 IEC958 (S/PDIF) receiver by Asahi Kasei"); | 33 | MODULE_DESCRIPTION("AK4114 IEC958 (S/PDIF) receiver by Asahi Kasei"); |
34 | MODULE_LICENSE("GPL"); | 34 | MODULE_LICENSE("GPL"); |
35 | 35 | ||
diff --git a/sound/i2c/other/ak4117.c b/sound/i2c/other/ak4117.c index 1614973e4899..ee1585aec99b 100644 --- a/sound/i2c/other/ak4117.c +++ b/sound/i2c/other/ak4117.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Routines for control of the AK4117 via 4-wire serial interface | 2 | * Routines for control of the AK4117 via 4-wire serial interface |
3 | * IEC958 (S/PDIF) receiver by Asahi Kasei | 3 | * IEC958 (S/PDIF) receiver by Asahi Kasei |
4 | * Copyright (c) by Jaroslav Kysela <perex@suse.cz> | 4 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
5 | * | 5 | * |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
@@ -29,7 +29,7 @@ | |||
29 | #include <sound/ak4117.h> | 29 | #include <sound/ak4117.h> |
30 | #include <sound/asoundef.h> | 30 | #include <sound/asoundef.h> |
31 | 31 | ||
32 | MODULE_AUTHOR("Jaroslav Kysela <perex@suse.cz>"); | 32 | MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>"); |
33 | MODULE_DESCRIPTION("AK4117 IEC958 (S/PDIF) receiver by Asahi Kasei"); | 33 | MODULE_DESCRIPTION("AK4117 IEC958 (S/PDIF) receiver by Asahi Kasei"); |
34 | MODULE_LICENSE("GPL"); | 34 | MODULE_LICENSE("GPL"); |
35 | 35 | ||
diff --git a/sound/i2c/other/ak4xxx-adda.c b/sound/i2c/other/ak4xxx-adda.c index 0fa107289527..de03f689fa2e 100644 --- a/sound/i2c/other/ak4xxx-adda.c +++ b/sound/i2c/other/ak4xxx-adda.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * ALSA driver for AK4524 / AK4528 / AK4529 / AK4355 / AK4358 / AK4381 | 2 | * ALSA driver for AK4524 / AK4528 / AK4529 / AK4355 / AK4358 / AK4381 |
3 | * AD and DA converters | 3 | * AD and DA converters |
4 | * | 4 | * |
5 | * Copyright (c) 2000-2004 Jaroslav Kysela <perex@suse.cz>, | 5 | * Copyright (c) 2000-2004 Jaroslav Kysela <perex@perex.cz>, |
6 | * Takashi Iwai <tiwai@suse.de> | 6 | * Takashi Iwai <tiwai@suse.de> |
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 |
@@ -31,7 +31,7 @@ | |||
31 | #include <sound/tlv.h> | 31 | #include <sound/tlv.h> |
32 | #include <sound/ak4xxx-adda.h> | 32 | #include <sound/ak4xxx-adda.h> |
33 | 33 | ||
34 | MODULE_AUTHOR("Jaroslav Kysela <perex@suse.cz>, Takashi Iwai <tiwai@suse.de>"); | 34 | MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.de>"); |
35 | MODULE_DESCRIPTION("Routines for control of AK452x / AK43xx AD/DA converters"); | 35 | MODULE_DESCRIPTION("Routines for control of AK452x / AK43xx AD/DA converters"); |
36 | MODULE_LICENSE("GPL"); | 36 | MODULE_LICENSE("GPL"); |
37 | 37 | ||
diff --git a/sound/i2c/other/tea575x-tuner.c b/sound/i2c/other/tea575x-tuner.c index 4c2fd14c1056..fe31bb5cffb8 100644 --- a/sound/i2c/other/tea575x-tuner.c +++ b/sound/i2c/other/tea575x-tuner.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * ALSA driver for TEA5757/5759 Philips AM/FM radio tuner chips | 2 | * ALSA driver for TEA5757/5759 Philips AM/FM radio tuner chips |
3 | * | 3 | * |
4 | * Copyright (c) 2004 Jaroslav Kysela <perex@suse.cz> | 4 | * Copyright (c) 2004 Jaroslav Kysela <perex@perex.cz> |
5 | * | 5 | * |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
@@ -28,7 +28,7 @@ | |||
28 | #include <sound/core.h> | 28 | #include <sound/core.h> |
29 | #include <sound/tea575x-tuner.h> | 29 | #include <sound/tea575x-tuner.h> |
30 | 30 | ||
31 | MODULE_AUTHOR("Jaroslav Kysela <perex@suse.cz>"); | 31 | MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>"); |
32 | MODULE_DESCRIPTION("Routines for control of TEA5757/5759 Philips AM/FM radio tuner chips"); | 32 | MODULE_DESCRIPTION("Routines for control of TEA5757/5759 Philips AM/FM radio tuner chips"); |
33 | MODULE_LICENSE("GPL"); | 33 | MODULE_LICENSE("GPL"); |
34 | 34 | ||
diff --git a/sound/i2c/tea6330t.c b/sound/i2c/tea6330t.c index 21ff97405c41..9bab744af0ef 100644 --- a/sound/i2c/tea6330t.c +++ b/sound/i2c/tea6330t.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Routines for control of the TEA6330T circuit via i2c bus | 2 | * Routines for control of the TEA6330T circuit via i2c bus |
3 | * Sound fader control circuit for car radios by Philips Semiconductors | 3 | * Sound fader control circuit for car radios by Philips Semiconductors |
4 | * Copyright (c) by Jaroslav Kysela <perex@suse.cz> | 4 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
5 | * | 5 | * |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
@@ -27,7 +27,7 @@ | |||
27 | #include <sound/control.h> | 27 | #include <sound/control.h> |
28 | #include <sound/tea6330t.h> | 28 | #include <sound/tea6330t.h> |
29 | 29 | ||
30 | MODULE_AUTHOR("Jaroslav Kysela <perex@suse.cz>"); | 30 | MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>"); |
31 | MODULE_DESCRIPTION("Routines for control of the TEA6330T circuit via i2c bus"); | 31 | MODULE_DESCRIPTION("Routines for control of the TEA6330T circuit via i2c bus"); |
32 | MODULE_LICENSE("GPL"); | 32 | MODULE_LICENSE("GPL"); |
33 | 33 | ||