OSDN Git Service

Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
authorJaroslav Kysela <perex@perex.cz>
Mon, 15 Oct 2007 08:24:55 +0000 (10:24 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 15 Oct 2007 08:24:55 +0000 (10:24 +0200)
114 files changed:
alsalisp/alsalisp.c
alsalisp/test.lisp
doc/index.doxygen
include/alisp.h
include/alsa-symbols.h
include/asoundef.h
include/asoundlib-head.h
include/conf.h
include/control.h
include/conv.h
include/error.h
include/global.h
include/hwdep.h
include/input.h
include/instr.h
include/mixer.h
include/mixer_abst.h
include/output.h
include/pcm.h
include/pcm_plugin.h
include/rawmidi.h
include/seq.h
include/seq_event.h
include/seq_midi_event.h
include/seqmid.h
include/sound/ainstr_gf1.h
include/sound/ainstr_iw.h
include/sound/ainstr_simple.h
include/sound/asequencer.h
include/sound/asound.h
include/sound/asound_fm.h
include/sound/asoundef.h
include/sound/emu10k1.h
include/timer.h
modules/mixer/simple/ac97.c
modules/mixer/simple/hda.c
modules/mixer/simple/python.c
modules/mixer/simple/sbase.c
modules/mixer/simple/sbase.h
modules/mixer/simple/sbasedl.c
src/alisp/alisp.c
src/alisp/alisp_local.h
src/alisp/alisp_snd.c
src/conf.c
src/conf/cards/SI7018/sndoc-mixer.alisp
src/conf/cards/SI7018/sndop-mixer.alisp
src/conf/sndo-mixer.alisp
src/confmisc.c
src/control/cards.c
src/control/control_hw.c
src/control/control_local.h
src/control/control_symbols.c
src/control/hcontrol.c
src/control/namehint.c
src/control/setup.c
src/dlmisc.c
src/error.c
src/hwdep/hwdep.c
src/hwdep/hwdep_hw.c
src/hwdep/hwdep_local.h
src/hwdep/hwdep_symbols.c
src/instr/iwffff.c
src/instr/simple.c
src/mixer/mixer.c
src/mixer/mixer_local.h
src/mixer/mixer_simple.h
src/mixer/simple.c
src/mixer/simple_abst.c
src/mixer/simple_none.c
src/names.c
src/pcm/pcm.c
src/pcm/pcm_adpcm.c
src/pcm/pcm_direct.c
src/pcm/pcm_direct.h
src/pcm/pcm_dmix.c
src/pcm/pcm_dmix_i386.h
src/pcm/pcm_dmix_x86_64.h
src/pcm/pcm_dshare.c
src/pcm/pcm_dsnoop.c
src/pcm/pcm_empty.c
src/pcm/pcm_generic.c
src/pcm/pcm_generic.h
src/pcm/pcm_hooks.c
src/pcm/pcm_hw.c
src/pcm/pcm_ladspa.c
src/pcm/pcm_lfloat.c
src/pcm/pcm_local.h
src/pcm/pcm_misc.c
src/pcm/pcm_plugin.c
src/pcm/pcm_rate.c
src/pcm/pcm_rate_linear.c
src/pcm/pcm_simple.c
src/pcm/pcm_symbols.c
src/pcm/plugin_ops.h
src/rawmidi/rawmidi.c
src/rawmidi/rawmidi_hw.c
src/rawmidi/rawmidi_symbols.c
src/seq/seq.c
src/seq/seq_hw.c
src/seq/seq_local.h
src/seq/seq_midi_event.c
src/seq/seq_symbols.c
src/shmarea.c
src/timer/timer.c
src/timer/timer_hw.c
src/timer/timer_local.h
src/timer/timer_query.c
src/timer/timer_query_hw.c
src/timer/timer_symbols.c
src/userfile.c
test/latency.c
test/oldapi.c
utils/alsa-lib.spec.in
utils/alsa.m4

index f3713fa..2a2a77b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  ALSA lisp implementation
- *  Copyright (c) 2003 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2003 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 99a9340..5e3820f 100644 (file)
@@ -2,7 +2,7 @@
 ; Test code for all basic alsa lisp commands.
 ; The test is indended to find memory leaks.
 ;
-; Copyright (c) 2003 Jaroslav Kysela <perex@suse.cz>
+; Copyright (c) 2003 Jaroslav Kysela <perex@perex.cz>
 ; License: GPL v2 (http://www.gnu.org/licenses/gpl.html)
 ;
 
index e33681e..f76cc10 100644 (file)
@@ -1,6 +1,6 @@
 /*! \page Index Preamble and License
 
-\author Jaroslav Kysela <perex@suse.cz>
+\author Jaroslav Kysela <perex@perex.cz>
 \author Abramo Bagnara <abramo@alsa-project.org>
 \author Takashi Iwai <tiwai@suse.de>
 \author Frank van de Pol <fvdpol@coil.demon.nl>
index 4deb4d2..407ed64 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  ALSA lisp implementation
- *  Copyright (c) 2003 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2003 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 8d31612..51cb982 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  ALSA lib - dynamic symbol versions
- *  Copyright (c) 2002 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2002 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 9fb7055..1f5b974 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file include/asoundef.h
  * \brief Application interface library for the ALSA driver
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \author Takashi Iwai <tiwai@suse.de>
  * \date 1998-2001
index b2414db..20c8a68 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file include/asoundlib.h
  * \brief Application interface library for the ALSA driver
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \author Takashi Iwai <tiwai@suse.de>
  * \date 1998-2001
index c1da0f4..7c0cab0 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file include/conf.h
  * \brief Application interface library for the ALSA driver
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \author Takashi Iwai <tiwai@suse.de>
  * \date 1998-2001
index ad70cdc..33faea0 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file include/control.h
  * \brief Application interface library for the ALSA driver
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \author Takashi Iwai <tiwai@suse.de>
  * \date 1998-2001
index 0f7e5b7..27d624c 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file include/conv.h
  * \brief Application interface library for the ALSA driver
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \author Takashi Iwai <tiwai@suse.de>
  * \date 1998-2001
index 37e4fa1..6d27083 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file include/error.h
  * \brief Application interface library for the ALSA driver
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \author Takashi Iwai <tiwai@suse.de>
  * \date 1998-2001
index 4d5fb28..f388e4b 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file include/global.h
  * \brief Application interface library for the ALSA driver
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \author Takashi Iwai <tiwai@suse.de>
  * \date 1998-2001
index 8dee1df..6ff1e90 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file include/hwdep.h
  * \brief Application interface library for the ALSA driver
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \author Takashi Iwai <tiwai@suse.de>
  * \date 1998-2001
index bb4f070..fc5d0e6 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file include/input.h
  * \brief Application interface library for the ALSA driver
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \author Takashi Iwai <tiwai@suse.de>
  * \date 1998-2001
index 4c85283..aac6f66 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file include/instr.h
  * \brief Application interface library for the ALSA driver
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \author Takashi Iwai <tiwai@suse.de>
  * \date 1998-2001
index 1631138..4129778 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file include/mixer.h
  * \brief Application interface library for the ALSA driver
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \author Takashi Iwai <tiwai@suse.de>
  * \date 1998-2001
index e538d08..d39d835 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file include/mixer_abst.h
  * \brief Mixer abstract implementation interface library for the ALSA library
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2005
  *
  * Mixer abstact implementation interface library for the ALSA library
index 920fd69..5279aa2 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file include/output.h
  * \brief Application interface library for the ALSA driver
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \author Takashi Iwai <tiwai@suse.de>
  * \date 1998-2001
index 1c84c9c..db9fca3 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file include/pcm.h
  * \brief Application interface library for the ALSA driver
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \author Takashi Iwai <tiwai@suse.de>
  * \date 1998-2001
index f6e8965..eea1d82 100644 (file)
@@ -2,7 +2,7 @@
  * \file include/pcm_plugin.h
  * \brief Common PCM plugin code
  * \author Abramo Bagnara <abramo@alsa-project.org>
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2000-2001
  *
  * Application interface library for the ALSA driver.
index d4a2c55..c7517aa 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file include/rawmidi.h
  * \brief Application interface library for the ALSA driver
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \author Takashi Iwai <tiwai@suse.de>
  * \date 1998-2001
index 5c77390..94ea711 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file include/seq.h
  * \brief Application interface library for the ALSA driver
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \author Takashi Iwai <tiwai@suse.de>
  * \date 1998-2001
index 6d59ca4..5bee415 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file include/seq_event.h
  * \brief Application interface library for the ALSA driver
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \author Takashi Iwai <tiwai@suse.de>
  * \date 1998-2001
index bcfb4af..9b8ee59 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file include/seq_midi_event.h
  * \brief Application interface library for the ALSA driver
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \author Takashi Iwai <tiwai@suse.de>
  * \date 1998-2001
index 35ae610..68069b2 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file include/seqmid.h
  * \brief Application interface library for the ALSA driver
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \author Takashi Iwai <tiwai@suse.de>
  * \date 1998-2001
index 32dcfaf..824893f 100644 (file)
@@ -2,7 +2,7 @@
  *  Advanced Linux Sound Architecture
  *
  *  GF1 (GUS) Patch Instrument Format
- *  Copyright (c) 1994-99 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 1994-99 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This program is free software; you can redistribute it and/or modify
index 590cb41..9bb9e62 100644 (file)
@@ -2,7 +2,7 @@
  *  Advanced Linux Sound Architecture
  *
  *  InterWave FFFF Instrument Format
- *  Copyright (c) 1994-99 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 1994-99 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This program is free software; you can redistribute it and/or modify
index 6b2a814..4ab6ce2 100644 (file)
@@ -2,7 +2,7 @@
  *  Advanced Linux Sound Architecture
  *
  *  Simple (MOD player) Instrument Format
- *  Copyright (c) 1994-99 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 1994-99 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This program is free software; you can redistribute it and/or modify
index baa5964..c456eb8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  Main header file for the ALSA sequencer
  *  Copyright (c) 1998-1999 by Frank van de Pol <fvdpol@coil.demon.nl>
- *            (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
index 412029e..3909e83 100644 (file)
@@ -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 <abramo@alsa-project.org>
  *
  *
index b0da677..fe0ea40 100644 (file)
@@ -5,7 +5,7 @@
  *  Advanced Linux Sound Architecture - ALSA
  *
  *  Interface file between ALSA driver & user space
- *  Copyright (c) 1994-98 by Jaroslav Kysela <perex@suse.cz>,
+ *  Copyright (c) 1994-98 by Jaroslav Kysela <perex@perex.cz>,
  *                           4Front Technologies
  *
  *  Direct FM control
index e8b8945..f962c5a 100644 (file)
@@ -3,7 +3,7 @@
 
 /*
  *  Advanced Linux Sound Architecture - ALSA - Driver
- *  Copyright (c) 1994-2000 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 1994-2000 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This program is free software; you can redistribute it and/or modify
index befd6a4..94018b7 100644 (file)
@@ -2,7 +2,7 @@
 #define __SOUND_EMU10K1_H
 
 /*
- *  Copyright (c) by Jaroslav Kysela <perex@suse.cz>,
+ *  Copyright (c) by Jaroslav Kysela <perex@perex.cz>,
  *                  Creative Labs, Inc.
  *  Definitions for EMU10K1 (SB Live!) chips
  *
index a367149..ef6a18d 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file include/timer.h
  * \brief Application interface library for the ALSA driver
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \author Takashi Iwai <tiwai@suse.de>
  * \date 1998-2001
index 9646b1b..ddb6143 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Mixer Interface - AC97 simple abstact module
- *  Copyright (c) 2005 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2005 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 7f79cec..13c931a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Mixer Interface - HDA simple abstact module
- *  Copyright (c) 2005 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2005 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 6bfe738..6d9b9fd 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Mixer Interface - python binding simple abstact module
- *  Copyright (c) 2007 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2007 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index e55eab5..97feee8 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Mixer Interface - simple abstact module - base library
- *  Copyright (c) 2005 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2005 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index f00688f..ee5fe03 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Mixer Interface - simple abstact module - base library
- *  Copyright (c) 2005 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2005 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 36d86af..0137586 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Mixer Interface - simple abstact module - base library (dlopen function)
- *  Copyright (c) 2005 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2005 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 50136ab..208cc28 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  ALSA lisp implementation
- *  Copyright (c) 2003 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2003 by Jaroslav Kysela <perex@perex.cz>
  *
  *  Based on work of Sandro Sigala (slisp-1.2)
  *
index 920b100..4558ebb 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  ALSA lisp implementation
- *  Copyright (c) 2003 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2003 by Jaroslav Kysela <perex@perex.cz>
  *
  *  Based on work of Sandro Sigala (slisp-1.2)
  *
index 87b9101..147ed0a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  ALSA lisp implementation - sound related commands
- *  Copyright (c) 2003 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2003 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index e24b08d..16b9c00 100644 (file)
@@ -3,7 +3,7 @@
  * \ingroup Configuration
  * \brief Configuration helper functions
  * \author Abramo Bagnara <abramo@alsa-project.org>
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2000-2001
  *
  * Tree based, full nesting configuration functions.
@@ -13,7 +13,7 @@
 /*
  *  Configuration helper functions
  *  Copyright (c) 2000 by Abramo Bagnara <abramo@alsa-project.org>,
- *                       Jaroslav Kysela <perex@suse.cz>
+ *                       Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 5f6047a..ade1ea3 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; SiS SI7018 mixer abstract layer
 ;
-; Copyright (c) 2003 Jaroslav Kysela <perex@suse.cz>
+; Copyright (c) 2003 Jaroslav Kysela <perex@perex.cz>
 ; License: GPL v2 (http://www.gnu.org/licenses/gpl.html)
 ;
 
index 4c5b65c..285e289 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; SiS SI7018 mixer abstract layer
 ;
-; Copyright (c) 2003 Jaroslav Kysela <perex@suse.cz>
+; Copyright (c) 2003 Jaroslav Kysela <perex@perex.cz>
 ; License: GPL v2 (http://www.gnu.org/licenses/gpl.html)
 ;
 
index e60a3c4..c8b03f0 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Toplevel configuration for the ALSA Ordinary Mixer Interface
 ;
-; Copyright (c) 2003 Jaroslav Kysela <perex@suse.cz>
+; Copyright (c) 2003 Jaroslav Kysela <perex@perex.cz>
 ; License: GPL v2 (http://www.gnu.org/licenses/gpl.html)
 ;
 
index f2d08e8..49210b7 100644 (file)
@@ -3,7 +3,7 @@
  * \ingroup Configuration
  * \brief Configuration helper functions
  * \author Abramo Bagnara <abramo@alsa-project.org>
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2000-2001
  * 
  * Configuration helper functions.
@@ -13,7 +13,7 @@
 /*
  *  Miscellaneous configuration helper functions
  *  Copyright (c) 2000 by Abramo Bagnara <abramo@alsa-project.org>,
- *                       Jaroslav Kysela <perex@suse.cz>
+ *                       Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index c0b05b6..e7ba875 100644 (file)
@@ -1,12 +1,12 @@
 /**
  * \file control/cards.c
  * \brief Basic Soundcard Operations
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 1998-2001
  */
 /*
  *  Soundcard Operations - main file
- *  Copyright (c) 1998 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 1998 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index caa1dca..7180ead 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Control Interface - Hardware
- *  Copyright (c) 1998,1999,2000 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 1998,1999,2000 by Jaroslav Kysela <perex@perex.cz>
  *  Copyright (c) 2000 by Abramo Bagnara <abramo@alsa-project.org>
  *
  *
index ce81aea..57c687c 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Control Interface - local header file
- *  Copyright (c) 2000 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2000 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 3c0f62c..0cccade 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Control Symbols
- *  Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
  *
  *   This library is free software; you can redistribute it and/or modify
  *   it under the terms of the GNU Lesser General Public License as
index 051aaca..50a5a73 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file control/hcontrol.c
  * \brief HCTL Interface - High Level CTL
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \date 2000
  *
@@ -11,7 +11,7 @@
  */
 /*
  *  Control Interface - high level API
- *  Copyright (c) 2000 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2000 by Jaroslav Kysela <perex@perex.cz>
  *  Copyright (c) 2001 by Abramo Bagnara <abramo@alsa-project.org>
  *
  *
index 7d843ba..11adcaa 100644 (file)
@@ -1,12 +1,12 @@
 /**
  * \file control/namehint.c
  * \brief Give device name hints
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2006
  */
 /*
  *  Give device name hints  - main file
- *  Copyright (c) 2006 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2006 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index c0848c3..408244e 100644 (file)
@@ -2,7 +2,7 @@
  * \file control/setup.c
  * \brief Routines to setup control primitives from configuration
  * \author Abramo Bagnara <abramo@alsa-project.org>
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2001
  *
  * Routines to setup control primitives from configuration
@@ -10,7 +10,7 @@
 /*
  *  Control Interface - routines for setup from configuration
  *  Copyright (c) 2001 by Abramo Bagnara <abramo@alsa-project.org>
- *                       Jaroslav Kysela <perex@suse.cz>
+ *                       Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 48d89d7..c882cdc 100644 (file)
@@ -1,14 +1,14 @@
 /**
  * \file dlmisc.c
  * \brief dynamic loader helpers
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2001
  *
  * Dynamic loader helpers
  */
 /*
  *  Dynamic loader helpers
- *  Copyright (c) 2000 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2000 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 24784f2..9341912 100644 (file)
@@ -1,13 +1,13 @@
 /**
  * \file error.c
  * \brief Error code handling routines
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 1998-2001
  *
  * Error code handling routines.
  */
 /*
- *  Copyright (c) 1998 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 1998 by Jaroslav Kysela <perex@perex.cz>
  *
  *  snd_strerror routine needs to be recoded for the locale support
  *
index 6e4e7fb..b882b35 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file hwdep/hwdep.c
  * \brief HwDep Interface (hardware dependent)
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2000-2001
  *
  * HwDep (hardware dependent) Interface is designed for individual hardware
@@ -9,7 +9,7 @@
  */
 /*
  *  Hardware dependent Interface - main file
- *  Copyright (c) 2000 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2000 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 1adaf6f..75dc726 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Hardware dependent Interface - main file for hardware access
- *  Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 8767d4f..d911f7a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  HwDep interface - local header file
- *  Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index f268e60..aaa5667 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  HwDep Symbols
- *  Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
  *
  *   This library is free software; you can redistribute it and/or modify
  *   it under the terms of the GNU Lesser General Public License as
index 5d5999c..0cff722 100644 (file)
@@ -1,12 +1,12 @@
 /**
  * \file src/instr/iwffff.c
  * \brief InterWave FFFF Format Support
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 1999-2001
  */
 /*
  *  InterWave FFFF Format Support
- *  Copyright (c) 1999 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 1999 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index d91f247..cecda36 100644 (file)
@@ -1,12 +1,12 @@
 /**
  * \file src/instr/simple.c
  * \brief Simple Wave Format Support
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 1999-2001
  */
 /*
  *  Simple Wave Format Support
- *  Copyright (c) 1999 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 1999 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index ee9b439..85d843f 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file mixer/mixer.c
  * \brief Mixer Interface
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \date 2001
  *
@@ -10,7 +10,7 @@
  */
 /*
  *  Mixer Interface - main file
- *  Copyright (c) 1998/1999/2000 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 1998/1999/2000 by Jaroslav Kysela <perex@perex.cz>
  *  Copyright (c) 2001 by Abramo Bagnara <abramo@alsa-project.org>
  *
  *
index 180412a..27b4a3b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Mixer Interface - local header file
- *  Copyright (c) 2000 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2000 by Jaroslav Kysela <perex@perex.cz>
  *  Copyright (c) 2001 by Abramo Bagnara <abramo@alsa-project.org>
  *
  *
index 9584bcf..b3be121 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Mixer Simple Interface - local header file
- *  Copyright (c) 2005 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2005 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index ca18054..ae948ac 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file mixer/simple.c
  * \brief Mixer Simple Element Class Interface
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \date 2001-2004
  *
@@ -9,7 +9,7 @@
  */
 /*
  *  Mixer Interface - simple controls
- *  Copyright (c) 2000,2004 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2000,2004 by Jaroslav Kysela <perex@perex.cz>
  *  Copyright (c) 2001 by Abramo Bagnara <abramo@alsa-project.org>
  *
  *
index 22c9067..9e9aaf5 100644 (file)
@@ -1,14 +1,14 @@
 /**
  * \file mixer/simple_abst.c
  * \brief Mixer Simple Element Class Interface - Module Abstraction
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2005
  *
  * Mixer simple element class interface.
  */
 /*
  *  Mixer Interface - simple controls - abstraction module
- *  Copyright (c) 2005 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2005 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 90736cc..1327285 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file mixer/simple_none.c
  * \brief Mixer Simple Element Class Interface
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \date 2001-2004
  *
@@ -9,7 +9,7 @@
  */
 /*
  *  Mixer Interface - simple controls
- *  Copyright (c) 2000,2004 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2000,2004 by Jaroslav Kysela <perex@perex.cz>
  *  Copyright (c) 2001 by Abramo Bagnara <abramo@alsa-project.org>
  *
  *
index 3f6e018..e7a6887 100644 (file)
@@ -2,7 +2,7 @@
  * \file names.c
  * \ingroup Configuration
  * \brief Configuration helper functions - device names
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2005
  *
  * Provide a list of device names for applications.
@@ -11,7 +11,7 @@
  */
 /*
  *  Configuration helper functions - device names
- *  Copyright (c) 2005 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2005 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index e259971..9ac132b 100644 (file)
@@ -2,7 +2,7 @@
  * \file pcm/pcm.c
  * \ingroup PCM
  * \brief PCM Interface
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \date 2000-2001
  *
@@ -17,7 +17,7 @@
  */
 /*
  *  PCM Interface - main file
- *  Copyright (c) 1998 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 1998 by Jaroslav Kysela <perex@perex.cz>
  *  Copyright (c) 2000 by Abramo Bagnara <abramo@alsa-project.org>
  *
  *   This library is free software; you can redistribute it and/or modify
index 416c37f..270c900 100644 (file)
@@ -4,14 +4,14 @@
  * \brief PCM Ima-ADPCM Conversion Plugin Interface
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \author Uros Bizjak <uros@kss-loka.si>
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2000-2001
  */
 /*
  *  PCM - Ima-ADPCM conversion
  *  Copyright (c) 2000 by Abramo Bagnara <abramo@alsa-project.org>
  *  Copyright (c) 1999 by Uros Bizjak <uros@kss-loka.si>
- *                        Jaroslav Kysela <perex@suse.cz>
+ *                        Jaroslav Kysela <perex@perex.cz>
  *
  *  Based on Version 1.2, 18-Dec-92 implementation of Intel/DVI ADPCM code
  *  by Jack Jansen, CWI, Amsterdam <Jack.Jansen@cwi.nl>, Copyright 1992
index 4dd3d9f..d80a41c 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PCM - Direct Stream Mixing
- *  Copyright (c) 2003 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2003 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index e8d1a0b..b9efbe6 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PCM - Direct Stream Mixing
- *  Copyright (c) 2003 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2003 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 9eed9e7..8ecbdcc 100644 (file)
@@ -2,12 +2,12 @@
  * \file pcm/pcm_dmix.c
  * \ingroup PCM_Plugins
  * \brief PCM Direct Stream Mixing (dmix) Plugin Interface
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2003
  */
 /*
  *  PCM - Direct Stream Mixing
- *  Copyright (c) 2003 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2003 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 6875b31..6f09bae 100644 (file)
@@ -2,12 +2,12 @@
  * \file pcm/pcm_dmix_i386.h
  * \ingroup PCM_Plugins
  * \brief PCM Direct Stream Mixing (dmix) Plugin Interface - I386 assembler code
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2003
  */
 /*
  *  PCM - Direct Stream Mixing
- *  Copyright (c) 2003 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2003 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index b7fa6ba..a6e9270 100644 (file)
@@ -7,7 +7,7 @@
  */
 /*
  *  PCM - Direct Stream Mixing
- *  Copyright (c) 2003 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2003 by Jaroslav Kysela <perex@perex.cz>
  *                        Takashi Iwai <tiwai@suse.de>
  *
  *
index e9af739..5791bee 100644 (file)
@@ -2,12 +2,12 @@
  * \file pcm/pcm_dshare.c
  * \ingroup PCM_Plugins
  * \brief PCM Direct Sharing of Channels Plugin Interface
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2003
  */
 /*
  *  PCM - Direct Sharing of Channels
- *  Copyright (c) 2003 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2003 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 24c8e94..6288531 100644 (file)
@@ -2,12 +2,12 @@
  * \file pcm/pcm_dsnoop.c
  * \ingroup PCM_Plugins
  * \brief PCM Capture Stream Snooping (dsnoop) Plugin Interface
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2003
  */
 /*
  *  PCM - Capture Stream Snooping
- *  Copyright (c) 2003 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2003 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index f55fd6c..8daf9c3 100644 (file)
@@ -2,12 +2,12 @@
  * \file pcm/pcm_empty.c
  * \ingroup PCM_Plugins
  * \brief PCM Null Plugin Interface
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2006
  */
 /*
  *  PCM - Null plugin
- *  Copyright (c) 2006 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2006 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 82fe55b..bfb3cfc 100644 (file)
@@ -2,12 +2,12 @@
  * \file pcm/pcm_generic.c
  * \ingroup PCM
  * \brief PCM Interface
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2004
  */
 /*
  *  PCM - Common generic plugin code
- *  Copyright (c) 2004 by Jaroslav Kysela <perex@suse.cz> 
+ *  Copyright (c) 2004 by Jaroslav Kysela <perex@perex.cz> 
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index cd92209..5bd82a0 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PCM - Common generic plugin code
- *  Copyright (c) 2004 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2004 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 4a36881..93827fa 100644 (file)
@@ -3,7 +3,7 @@
  * \ingroup PCM_Hook
  * \brief PCM Hook Interface
  * \author Abramo Bagnara <abramo@alsa-project.org>
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2000-2001
  */
 /*
index 6ac66aa..7be9296 100644 (file)
@@ -3,7 +3,7 @@
  * \ingroup PCM_Plugins
  * \brief PCM HW Plugin Interface
  * \author Abramo Bagnara <abramo@alsa-project.org>
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2000-2001
  */
 /*
index a879a96..4cf8b8f 100644 (file)
@@ -2,13 +2,13 @@
  * \file pcm/pcm_ladspa.c
  * \ingroup PCM_Plugins
  * \brief ALSA Plugin <-> LADSPA Plugin Interface
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2001,2006
  */
 /*
  *  PCM - LADSPA integration plugin
- *  Copyright (c) 2001-2006 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2001-2006 by Jaroslav Kysela <perex@perex.cz>
  *  Copyright (c) 2005 by Jaroslav Kysela <perex@perex.cz>
  *
  *
index 7d946cb..3180d4f 100644 (file)
@@ -2,12 +2,12 @@
  * \file pcm/pcm_lfloat.c
  * \ingroup PCM_Plugins
  * \brief PCM Linear<->Float Conversion Plugin Interface
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2001
  */
 /*
  *  PCM - Linear Integer <-> Linear Float conversion
- *  Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index d0c60cd..f927258 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PCM Interface - local header file
- *  Copyright (c) 2000 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2000 by Jaroslav Kysela <perex@perex.cz>
  *                        Abramo Bagnara <abramo@alsa-project.org>
  *
  *
index aaf22b3..c075b24 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PCM Interface - misc routines
- *  Copyright (c) 1998 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 1998 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 236f9d3..520f2e9 100644 (file)
@@ -2,7 +2,7 @@
  * \file pcm/pcm_plugin.c
  * \ingroup PCM
  * \brief PCM Interface
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \date 2000-2001
  */
index 9821cab..71d16ba 100644 (file)
@@ -3,13 +3,13 @@
  * \ingroup PCM_Plugins
  * \brief PCM Rate Plugin Interface
  * \author Abramo Bagnara <abramo@alsa-project.org>
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2000-2004
  */
 /*
  *  PCM - Rate conversion
  *  Copyright (c) 2000 by Abramo Bagnara <abramo@alsa-project.org>
- *                2004 by Jaroslav Kysela <perex@suse.cz>
+ *                2004 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index dade0c6..a19fecb 100644 (file)
@@ -2,7 +2,7 @@
  *  Linear rate converter plugin
  * 
  *  Copyright (c) 2000 by Abramo Bagnara <abramo@alsa-project.org>
- *                2004 by Jaroslav Kysela <perex@suse.cz>
+ *                2004 by Jaroslav Kysela <perex@perex.cz>
  *                2006 by Takashi Iwai <tiwai@suse.de>
  *
  *   This library is free software; you can redistribute it and/or modify
index 52f2383..5629d06 100644 (file)
@@ -2,7 +2,7 @@
  * \file pcm/pcm_simple.c
  * \ingroup PCM_Simple
  * \brief PCM Simple Interface
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2004
  */
 /*
index a0cf9e1..91982df 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PCM Symbols
- *  Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
  *
  *   This library is free software; you can redistribute it and/or modify
  *   it under the terms of the GNU Lesser General Public License as
index b2675d9..61a339c 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Plugin sample operators with fast switch
- *  Copyright (c) 2000 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2000 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index e7b93eb..3da1b4f 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file rawmidi/rawmidi.c
  * \brief RawMidi Interface
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \date 2000-2001
  *
index 07d6aa6..1f08240 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  RawMIDI - Hardware
- *  Copyright (c) 2000 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2000 by Jaroslav Kysela <perex@perex.cz>
  *                        Abramo Bagnara <abramo@alsa-project.org>
  *
  *
index 14de0ce..cdc06d7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  RawMidi Symbols
- *  Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
  *
  *   This library is free software; you can redistribute it and/or modify
  *   it under the terms of the GNU Lesser General Public License as
index 21f21f9..c256336 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file seq/seq.c
  * \brief Sequencer Interface
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \author Abramo Bagnara <abramo@alsa-project.org>
  * \author Takashi Iwai <tiwai@suse.de>
  * \date 2000-2001
index 8876e60..d0a7b87 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Sequencer Interface - main file
- *  Copyright (c) 2000 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2000 by Jaroslav Kysela <perex@perex.cz>
  *                        Abramo Bagnara <abramo@alsa-project.org>
  *
  *
index 3dfb256..fa3d95c 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Sequencer Interface - definition of sequencer event handler
- *  Copyright (c) 2000 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2000 by Jaroslav Kysela <perex@perex.cz>
  *                        Abramo Bagnara <abramo@alsa-project.org>
  *
  *
index fd34a59..1d2b871 100644 (file)
@@ -2,7 +2,7 @@
  * \file seq/seq_midi_event.c
  * \brief MIDI byte <-> sequencer event coder
  * \author Takashi Iwai <tiwai@suse.de>
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2000-2001
  */
 
@@ -10,7 +10,7 @@
  *  MIDI byte <-> sequencer event coder
  *
  *  Copyright (C) 1998,99,2000 Takashi Iwai <tiwai@suse.de>,
- *                            Jaroslav Kysela <perex@suse.cz>
+ *                            Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index c24d3e1..1d30133 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Sequencer Symbols
- *  Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
  *
  *   This library is free software; you can redistribute it and/or modify
  *   it under the terms of the GNU Lesser General Public License as
index 4a64d43..071f9f3 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  IPC SHM area manager
- *  Copyright (c) 2003 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2003 by Jaroslav Kysela <perex@perex.cz>
  *
  *   This library is free software; you can redistribute it and/or modify
  *   it under the terms of the GNU Lesser General Public License as
index b31252b..b71a9f8 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file timer/timer.c
  * \brief Timer Interface
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 1998-2001
  *
  * Timer Interface is designed to access timers.
@@ -9,7 +9,7 @@
  */
 /*
  *  Timer Interface - main file
- *  Copyright (c) 1998-2001 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 1998-2001 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 30bea1f..5355705 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Timer Interface - main file
- *  Copyright (c) 1998-2001 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 1998-2001 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 8ebf892..8f543fe 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Timer interface - local header file
- *  Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 8f36e1c..50b098a 100644 (file)
@@ -1,13 +1,13 @@
 /**
  * \file timer/timer_query.c
- * \author Jaroslav Kysela <perex@suse.cz>
+ * \author Jaroslav Kysela <perex@perex.cz>
  * \date 2001
  *
  * Timer Query Interface is designed to obtain identification of timers.
  */
 /*
  *  Timer Query Interface - main file
- *  Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 85a8731..743ee1f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Timer Interface - main file
- *  Copyright (c) 1998-2001 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 1998-2001 by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
index 6e19a23..797721e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Timer Symbols
- *  Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
  *
  *   This library is free software; you can redistribute it and/or modify
  *   it under the terms of the GNU Lesser General Public License as
index 5fb6239..3a73836 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Get full filename
- *  Copyright (c) 2003 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2003 by Jaroslav Kysela <perex@perex.cz>
  *
  *   This library is free software; you can redistribute it and/or modify
  *   it under the terms of the GNU Lesser General Public License as
index ab2efb2..e472b4f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  Latency test program
  *
- *     Author: Jaroslav Kysela <perex@suse.cz>
+ *     Author: Jaroslav Kysela <perex@perex.cz>
  *
  *     Author of bandpass filter sweep effect:
  *            Maarten de Boer <mdeboer@iua.upf.es>
index d4eb695..e325f4c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  Old PCM API compilation test
  *
- *     Author: Jaroslav Kysela <perex@suse.cz>
+ *     Author: Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This program is free software; you can redistribute it and/or modify
index ceb9562..021cc75 100644 (file)
@@ -30,7 +30,7 @@ Development files for building applications which use the ALSA libraries.
 - use standard rpm macros for build and install
 - changed BuildRoot from /var/tmp to %{_tmppath}
 
-* Tue Nov 20 2001 Jaroslav Kysela <perex@suse.cz>
+* Tue Nov 20 2001 Jaroslav Kysela <perex@perex.cz>
 
 - changed BuildRoot from /tmp to /var/tmp
 - use the standard RPM macros for prefix and paths
index 50b3400..79a24ef 100644 (file)
@@ -1,7 +1,7 @@
 dnl Configure Paths for Alsa
 dnl Some modifications by Richard Boulton <richard-alsa@tartarus.org>
 dnl Christopher Lansdown <lansdoct@cs.alfred.edu>
-dnl Jaroslav Kysela <perex@suse.cz>
+dnl Jaroslav Kysela <perex@perex.cz>
 dnl Last modification: $Id: alsa.m4,v 1.24 2004/09/15 18:48:07 tiwai Exp $
 dnl AM_PATH_ALSA([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
 dnl Test for libasound, and define ALSA_CFLAGS and ALSA_LIBS as appropriate.