-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ALSA] Changed Jaroslav Kysela's e-mail from [email protected] to perex@p…
…erex.cz Signed-off-by: Jaroslav Kysela <[email protected]>
- Loading branch information
Showing
247 changed files
with
315 additions
and
315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1933,7 +1933,7 @@ M: [email protected] | |
D: Original author of software suspend | ||
|
||
N: Jaroslav Kysela | ||
E: perex@suse.cz | ||
E: perex@perex.cz | ||
W: http://www.perex.cz | ||
D: Original Author and Maintainer for HP 10/100 Mbit Network Adapters | ||
D: ISA PnP | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1769,7 +1769,7 @@ S: Maintained | |
|
||
HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series | ||
P: Jaroslav Kysela | ||
M: perex@suse.cz | ||
M: perex@perex.cz | ||
S: Maintained | ||
|
||
HPET: High Precision Event Timers driver (hpet.c) | ||
|
@@ -2132,7 +2132,7 @@ S: Maintained | |
|
||
ISAPNP | ||
P: Jaroslav Kysela | ||
M: perex@suse.cz | ||
M: perex@perex.cz | ||
S: Maintained | ||
|
||
ISDN SUBSYSTEM | ||
|
@@ -3523,7 +3523,7 @@ S: Maintained | |
|
||
SOUND | ||
P: Jaroslav Kysela | ||
M: perex@suse.cz | ||
M: perex@perex.cz | ||
L: [email protected] (subscribers-only) | ||
S: Maintained | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* (c) 2005,2006 Ricardo Cerqueira <[email protected]> | ||
* (c) 2005 Mauro Carvalho Chehab <[email protected]> | ||
* Based on a dummy cx88 module by Gerd Knorr <[email protected]> | ||
* Based on dummy.c by Jaroslav Kysela <perex@suse.cz> | ||
* Based on dummy.c by Jaroslav Kysela <perex@perex.cz> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
** Extended for new busmaster capable chipsets by | ||
** Siegfried "Frieder" Loeffler (dg1sek) <[email protected]> | ||
** | ||
** Maintained by: Jaroslav Kysela <perex@suse.cz> | ||
** Maintained by: Jaroslav Kysela <perex@perex.cz> | ||
** | ||
** This driver has only been tested with | ||
** -- HP J2585B 10/100 Mbit/s PCI Busmaster | ||
|
@@ -2951,7 +2951,7 @@ static struct pci_driver hp100_pci_driver = { | |
*/ | ||
|
||
MODULE_LICENSE("GPL"); | ||
MODULE_AUTHOR("Jaroslav Kysela <perex@suse.cz>, " | ||
MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>, " | ||
"Siegfried \"Frieder\" Loeffler (dg1sek) <[email protected]>"); | ||
MODULE_DESCRIPTION("HP CASCADE Architecture Driver for 100VG-AnyLan Network Adapters"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* interface.c - contains everything related to the user interface | ||
* | ||
* Some code, especially possible resource dumping is based on isapnp_proc.c (c) Jaroslav Kysela <perex@suse.cz> | ||
* Some code, especially possible resource dumping is based on isapnp_proc.c (c) Jaroslav Kysela <perex@perex.cz> | ||
* Copyright 2002 Adam Belay <[email protected]> | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* manager.c - Resource Management, Conflict Resolution, Activation and Disabling of Devices | ||
* | ||
* based on isapnp.c resource management (c) Jaroslav Kysela <perex@suse.cz> | ||
* based on isapnp.c resource management (c) Jaroslav Kysela <perex@perex.cz> | ||
* Copyright 2003 Adam Belay <[email protected]> | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* resource.c - Contains functions for registering and analyzing resource information | ||
* | ||
* based on isapnp.c resource management (c) Jaroslav Kysela <perex@suse.cz> | ||
* based on isapnp.c resource management (c) Jaroslav Kysela <perex@perex.cz> | ||
* Copyright 2003 Adam Belay <[email protected]> | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* Main header file for the ALSA sequencer | ||
* Copyright (c) 1998-1999 by Frank van de Pol <[email protected]> | ||
* (c) 1998-1999 by Jaroslav Kysela <perex@suse.cz> | ||
* (c) 1998-1999 by Jaroslav Kysela <perex@perex.cz> | ||
* | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* Advanced Linux Sound Architecture - ALSA - Driver | ||
* Copyright (c) 1994-2003 by Jaroslav Kysela <perex@suse.cz>, | ||
* Copyright (c) 1994-2003 by Jaroslav Kysela <perex@perex.cz>, | ||
* Abramo Bagnara <[email protected]> | ||
* | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
/* | ||
* Routines for Cirrus Logic CS8403/CS8404A IEC958 (S/PDIF) Transmitter | ||
* Copyright (c) by Jaroslav Kysela <perex@suse.cz>, | ||
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>, | ||
* Takashi Iwai <[email protected]> | ||
* | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (c) by Jaroslav Kysela <perex@suse.cz> | ||
* Copyright (c) by Jaroslav Kysela <perex@perex.cz> | ||
* Takashi Iwai <[email protected]> | ||
* | ||
* Generic memory allocators | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.