]> git.alsa-project.org Git - alsa-lib.git/commitdiff
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 f3713fa603f311ca7ce851134aee1649c551da73..2a2a77be76a865dc9f0124ec6dd6bb9a8373aca7 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 99a9340b68fe46c5701fa16e3bb1774b5c5f0cb3..5e3820f4e2351c4d5fc1e2bdf9a914eff5927d28 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 e33681e6e7b48c7fb3b18897b97930788a94acc6..f76cc1098c11c313785f7fc170aa0f443a3383c8 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 4deb4d239e090fa9ad224573f9f666c45c8a17fc..407ed646e83f5bd1bcf201995d2fa90c584da4fb 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 8d316120aeb5e9700061c16fcf983f8d3b4402f3..51cb98255d93e729f6a2fe3585e625731e33dd6d 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 9fb7055a4ef5c688d7a0a08afe7ee639e39f1280..1f5b9748a0ce6e54018c86ab4340e9b408becad8 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 b2414db35e3565329e8ddf1678333ad031f01b90..20c8a68db03ac2c662bf1cd9ccda04d61d907234 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 c1da0f4c0d89fe758b4aa12fbbbbd30bc1fbc5ef..7c0cab06154fb276cd3910220a1efc4810fe95b9 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 ad70cdcee78a242130ebc7d89b4f6548e7e4df25..33faea01e3ed12fbfc0d8451873740568a0371b5 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 0f7e5b760b0a4b4b573e3f9b7c7592e1e63bbab2..27d624cb69ee9a8b89b9d1e9fd56167b390c4a49 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 37e4fa13f6134721a851adb2eae48d9af66f19f8..6d27083b72f5d611ad4db7fce9fdb88403241acd 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 4d5fb28d68c31e19ef479060fa3fafa6619e14a6..f388e4b58dbb5963860ec781c384b054d0fbf72f 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 8dee1df40e975f520f1e4647dc584e42079ad995..6ff1e9025988bc0020ffc18227810da8c3fdcc6c 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 bb4f070559fa3d497ec6903839187dede8aaf2ea..fc5d0e6774d0bc3675fc2efe5ac4bd558aef2086 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 4c852837fcb8bad9c0321bc905ccd7cd5d73a2be..aac6f66739df1ac6c258194bedfefe11e6b490da 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 163113861cd00d19f4d423064cb1013615069ac3..41297787d779f09d6e1c5fa8d87d3595c20f64ea 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 e538d08e63b46d09b8f7647a14a76752ea80c321..d39d8358bddcb7a07455b6eb0c347bba78cb0a7a 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 920fd69c8c3c1c91a6b5fdb2d592351261179793..5279aa2ed012408f534fae48a980c9f5c540d137 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 1c84c9c398ee06add76ee554322cb95ec06bc81c..db9fca358b3d11edce826771489650cefb5e3ac9 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 f6e89651c13e482064a18d0b0b03aaf70094fe8e..eea1d82d87a6368cdb5d68f1170909fcebe9a159 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 d4a2c55e949f1144b731294224b3fe17c06e7712..c7517aa2d1848252e843df643adad89e8b24371f 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 5c773904323c0c5a8c23b29e9ec0006342065ffc..94ea711a63afa4a9ee6d8142155207a7a4ddf815 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 6d59ca4e9d3ce310adbb5586ced745819326448f..5bee415f7f9dc5b8fb28f9fa20b56f14edfbd98a 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 bcfb4afe2c8e23910a8ee008e58cc5b30790d1e7..9b8ee5963bdd07650f66cb973863506380eb97a5 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 35ae610b15389c2ac9dd7c7ea96dcd99e4123f47..68069b2aa3ea317954daa4fec98a6b58c727e9c4 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 32dcfafb9ac826082aacd8ce58dd59a5a17b3b2f..824893f17f3717d59e2e517cb7ded791c8ede5a7 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 590cb41e8fbc3ca6df142fc5aa0a94a5a38a6624..9bb9e62c2619828b6369df866fae9ca0cc142a21 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 6b2a814bfd85caa913e2e5d31956711579eb4dfe..4ab6ce2844929c13262dabd21167a21d1e3399f4 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 baa5964ded2dc89a265a5fb17a8f77b2ba55f582..c456eb8463ff5bbd5d688de853052a48960c7ca6 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 412029e7e4df672780ddded2879350d8dd61de2d..3909e837057643785bfed2bb38bef4417e47ab55 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 b0da677f8f7596f0ae97e2107874428cf9404317..fe0ea40195017cd353231831f42aa70787060724 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 e8b89458638716dddaae27583ada2d347b26599e..f962c5a33e1b8fbde6c8854a9def953c6c46654c 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 befd6a47384f0db469a8d74ba971f3363e13052e..94018b74dc26f0213c16858515ebce19bbb1de74 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 a3671499a86c74343a27b7d7857a9787909d1eb9..ef6a18de8e06988b51074c51c145fddc7a7295e7 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 9646b1bf6045bfc8eb0863f08a3e73af73c94954..ddb6143f5e3abbeb2723c13a5a4505941664cd82 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 7f79cec2252aaaf314e0e6a571d176c535cbe720..13c931a63da1e76c92029a0cae5eb1f5c5ba3fce 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 6bfe73861c9b5ad843d1fc59b8b0d7a6e14a9012..6d9b9fd210ee45ace1fd193de2b42d1243b50208 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 e55eab54a7cd6d016d15f7185caae8a824bf2a49..97feee8905a622120ae31e898d04b56fc4f91229 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 f00688f48a468b7489dd66d013f74680cbaa1bde..ee5fe03c5daf735339e1977bbfcc2c16ec0a04c8 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 36d86af601bf629edae7032f0e490509d86b7a17..0137586a520e542a8b2596553c53ade9b51adc54 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 50136ab369b088b1eed028ddb1823c4c2ac6af79..208cc28d95e54c755787f1b9ef441b94636dbe4e 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 920b100d3d04a39b31a6d4f82c19f7ecb631f41a..4558ebb7c8c160599e8cded3c3e63c065ae526ea 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 87b9101c59d0a336b4d57d53a0ef11d1bc26511c..147ed0a6c8d67e6fbd84b8a8d0fa1843359243e1 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 e24b08d3d4ecbaf57aefa28ff60dac232bfc9869..16b9c00ee91029b637941e931458c177dbe0a382 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 5f6047ae32de60b7affc2a7e67496aee27f6a90c..ade1ea3f0dc3aa26ea8ad9bd621daf213282bb59 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 4c5b65c6a6c8a3ec8842fd7cf571931a71446e68..285e28986f779697c3619cddc99d3d65657a2f71 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 e60a3c4d970c656316033f5d3133dca408087ee7..c8b03f0629480621db0570c3071a8a3f27874dd8 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 f2d08e8204afe33747d0ab19a77c82fe2b5cbf9d..49210b73f80eff339ad72fff9bdb2b7625d076c5 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 c0b05b628499a8ce81edb9ca8f48f056f3039ac1..e7ba875df7737a5d8fbc1680fa4163fcf84fced8 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 caa1dcab2be90dd4759b4637729e80945b040814..7180eadcc582ff3d2e5ad8fdb6123ba4e0584be6 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 ce81aea4de6539f112894766248e6530452d8a9b..57c687c5cc8c90d055acd4c954b9c89b5daf1477 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 3c0f62c1dd04019fbee794a0afd3fce65c19ca6a..0cccade1dc495b2e5ef17d4bfe3a6389c1dbc961 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 051aaca628647070be7367aba5c44b46a9bc39d1..50a5a736c221827dc494a99b4e3240c5686e02f7 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 7d843ba160e56a412b63aff1bee57fbed1fe5e50..11adcaa10d170b69e35f98147acd73b212a286a1 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 c0848c3e9a9c8b25f1b1f5a66ae10b489daebd11..408244e29e83c9de840a7ffb5634ef1663d9d7f0 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 48d89d7ddadc25b179d50d8ae20c6760ef730a32..c882cdcf893abdeff2a32162feed6f1fac0481aa 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 24784f23409dac088bcfd3c17d753006cff5ba57..9341912b36574032c90793b6dcb683af06d0dfd0 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 6e4e7fb7ed1b5ab5de3406fddc87c571b375126b..b882b35bc1c9b6e506f060a736a0a54eced1daa3 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 1adaf6ffca6243b32ad71bcec1a3e04cdb6e9e73..75dc7266445d063fcad5d7cd519a8b0d4a033fe2 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 8767d4f44ff5e9b7639bbb10a06a50bc5c44140a..d911f7a052c03038b118f0c0ab70d71af773d481 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 f268e60689ac0f75f930c728acc676a1d6cd611a..aaa56672387e079afb11e57d715485bd582dbf18 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 5d5999c529ebe0eacebb0b66155f1fbbd4b2febf..0cff7226df17480e8e2be0ac509c9ee9273e614a 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 d91f247f9554eb602e84347c999e727cd48121dc..cecda36e11c1ce4880b292f49f3f2f5579c17f4d 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 ee9b43952259aaea0171337263660a14c9eb85a2..85d843fc9a35f1b36e86c24471af1d1d7625f28c 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 180412a6aa48dd26fcc4dd809011bc254e5106d7..27b4a3b1a0e09b17c226622c4c2e7bb12bf05d67 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 9584bcfd9950f078ee6d7a59e48083bfd5e44435..b3be121cc3bc1998735d782c1d76f29949025fa1 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 ca1805429be81e9c6fe07e50ff163d8a8fbdf82b..ae948ace09445514801fcd0bdb6d9bda066e726a 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 22c9067328b20887c0b5f55af7e1e1a1e5d00045..9e9aaf55c535d2b3347a6c40c8efd7984a2d6dc0 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 90736cc17bc6ac2d300976720442689defe6d95e..13272853dea7ed2ccd4939bb466e204647091b54 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 3f6e01889ae4263c438d5ef9cff690da25d61a32..e7a68878ace8968520ea41d0f48d4eb4759616d2 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 e259971a6d22b8aeb8fca5013039797bff745d55..9ac132b68d1cecc4fe07c94130f3ae6f0b124202 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 416c37f4c54626a73bfe039f3532509f4ba5a301..270c900036f952111e4a3f0d42fc78518bf9fd20 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 4dd3d9f6a559c7f2d26f2b5a444db856acc57a78..d80a41c25ce8abd447c516125c9ca9c0584289da 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 e8d1a0bdd80039c42e363e2390748c92783a3cfd..b9efbe63a149f7e680fefb1ecf8130f441e6f78b 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 9eed9e7ec43607a68b46b360e01823554b6b8218..8ecbdccef3c3f0409785b425beb071ac33b8ad65 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 6875b31175507a5e9f561f9b5f7eb10dd550db91..6f09bae51e3419a02c8b1a24195aa093a7f5784c 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 b7fa6baa49bcc2c49c513cf03aa8cecbebcab13e..a6e9270400aadcd2b0ab714da53fbad04673b4f8 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 e9af739679a9b195b020f39e9e8eb50955004658..5791bee3a4b2873faabc26eb7f6a6385d3223429 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 24c8e949b2fbe12b71f14df9e86aa47955dd1e9d..62885313eacef163b52b88faee902c1af94d6506 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 f55fd6c0f535f2eb9c44979efd0dbc7d4c54e443..8daf9c36ece937f744717b111598fd11a4a1954d 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 82fe55be3a4afefc08cd437788457826f716b22e..bfb3cfc27cf11c51c8203edefe704bea996c5e45 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 cd92209207fc888e30679a66044216ceb179ee7b..5bd82a029390de3dcc3178a3258ef85e9c093532 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 4a3688121f4b38b54af1ac6fdaeedcd1c035dc98..93827fa5f4a5854b069978def710429ee5550c39 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 6ac66aa417142b84d6ba5cc1805bd2263d3b6cb3..7be92961e7bf55055c8116c434a6dca2a7e78813 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 a879a962bb0407e3c8197f5e7ec45a969e0b4e74..4cf8b8f62e258f9747ca5ecb5029b8d1226796d2 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 7d946cbc48313b8445d7bcc487040dab0c9e4585..3180d4f5649666ea76b0bc5c30d0a7f264d8abc4 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 d0c60cd357c40cf44bd7942d39db6a96e275d6b9..f927258b2414db1bca38e9a46b9a1fd8ac342e6b 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 aaf22b3a3c851a37c4050a5a457abf0962d7485b..c075b24fe3987e8f2cd26ae6f1010f42b747f295 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 236f9d3640d33a052df8530a60fb294ae44c1d08..520f2e9d5bcb16088f9e2a690be64f6e4e020423 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 9821cab15272513da4c59e83560517f3cc0d9da7..71d16bab541805a9d3647ebf9b8c16c11d063ade 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 dade0c6d42d3f595936c8f286527627879655b6b..a19fecbef107e8a35995a1c9d67a9c0720e91a35 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 52f2383782965ac8f6bdc95f6f9e74ba23dd4e36..5629d06f228333db3b20e3a2a8bb7638ea76f689 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 a0cf9e16e71b3d4e51022629ba33f818bf6b3281..91982df5e0b88b270b644b77ab27e801e6dac7fc 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 b2675d92dd2f6bf670c8726e71d48628c1ee5559..61a339c539f8267641d1ce68a480d16c22678510 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 e7b93eba6770697be0e28f45caacfa84df1cb19d..3da1b4f205eb3704aae42745ca0cdd906337c029 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 07d6aa64d7117edb04868e33b467c1628c773c61..1f08240df8c8d1a6accd6a386bf08e09bd432e1f 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 14de0ce5f1cfa4e291e2925b585124c939ede22d..cdc06d7fbe0756e4e7d4bf409d16a933a118aa57 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 21f21f9c840de0530e701fdab54eff2f59662806..c2563361d052389310d03ceb91541f3807e787ab 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 8876e60dff8c2c73369cd76270ac5241c189b297..d0a7b87dd3a6e4fe96c1d559049504bf631891c5 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 3dfb2567b3c1badd994d7e0df8aaa4bc758e127d..fa3d95c387dac063166081e4fc58cfa7126d4ecd 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 fd34a598fd264578ee36c3e2aa02435637de023e..1d2b871fe5317d30203dde95d618b5651b786271 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 c24d3e1b774cfbe25ab0af59a246318b92a8b76b..1d301335f1f6e39ea45632da8999ef632961e0c3 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 4a64d4386a1e0eef11278135be5eb7249ca8308e..071f9f336f353f45acd20316cf534a8fa2067a1c 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 b31252b4fbcff0175c66474f95af960d83647fc3..b71a9f8bc2918924a6d17767237f4d1ca2b2a03f 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 30bea1f18553c711d76f11e85a406db50dd13639..5355705d274cfdfefdba99e426b45d875c11c981 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 8ebf8925a04ea6103a72a63183d6d5e5263deac4..8f543fedc353c7828315c721e9d99b0027f502ce 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 8f36e1cae86c2165973023ccd9629b62f5c0f519..50b098a8f29eef01211a65fe99c347633555c691 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 85a87317e66e80a629fe5110b17458355aaac0e4..743ee1fb9ff9317f6f8b90514081df67e0aacbd0 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 6e19a2323d9c24516979f14e886e2be882f1c6d6..797721e672130e0f26e7499802414eacb81fda2e 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 5fb6239487a4f9f07039e67cee257ecb6d809b19..3a738366f1ea7bbe570b442b77fb9377168ba0c1 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 ab2efb2b1f82c62d6b59e44f8ababb3dd6f1ed30..e472b4fb6b1bb4b67c77e24362b353fdec29832e 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 d4eb6950a7eb781bbaf5db8745f6e79093b9e070..e325f4c0ad4250ba05c75c44a785923580c989c9 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 ceb9562a650273b18c34710980bf7b94bc74ba2e..021cc75d276ff254f6630ae8f3b064d19ca5e0aa 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 50b3400545d240bf138367027d6d44c9fe609a53..79a24ef5b19efbf96a721bf6d3f84ce56a3e5cc0 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.