From d25e281230ef6493c7a27bc58c05e3d919b91437 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 15 Oct 2007 10:24:55 +0200 Subject: [PATCH] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz --- alsalisp/alsalisp.c | 2 +- alsalisp/test.lisp | 2 +- doc/index.doxygen | 2 +- include/alisp.h | 2 +- include/alsa-symbols.h | 2 +- include/asoundef.h | 2 +- include/asoundlib-head.h | 2 +- include/conf.h | 2 +- include/control.h | 2 +- include/conv.h | 2 +- include/error.h | 2 +- include/global.h | 2 +- include/hwdep.h | 2 +- include/input.h | 2 +- include/instr.h | 2 +- include/mixer.h | 2 +- include/mixer_abst.h | 2 +- include/output.h | 2 +- include/pcm.h | 2 +- include/pcm_plugin.h | 2 +- include/rawmidi.h | 2 +- include/seq.h | 2 +- include/seq_event.h | 2 +- include/seq_midi_event.h | 2 +- include/seqmid.h | 2 +- include/sound/ainstr_gf1.h | 2 +- include/sound/ainstr_iw.h | 2 +- include/sound/ainstr_simple.h | 2 +- include/sound/asequencer.h | 2 +- include/sound/asound.h | 2 +- include/sound/asound_fm.h | 2 +- include/sound/asoundef.h | 2 +- include/sound/emu10k1.h | 2 +- include/timer.h | 2 +- modules/mixer/simple/ac97.c | 2 +- modules/mixer/simple/hda.c | 2 +- modules/mixer/simple/python.c | 2 +- modules/mixer/simple/sbase.c | 2 +- modules/mixer/simple/sbase.h | 2 +- modules/mixer/simple/sbasedl.c | 2 +- src/alisp/alisp.c | 2 +- src/alisp/alisp_local.h | 2 +- src/alisp/alisp_snd.c | 2 +- src/conf.c | 4 ++-- src/conf/cards/SI7018/sndoc-mixer.alisp | 2 +- src/conf/cards/SI7018/sndop-mixer.alisp | 2 +- src/conf/sndo-mixer.alisp | 2 +- src/confmisc.c | 4 ++-- src/control/cards.c | 4 ++-- src/control/control_hw.c | 2 +- src/control/control_local.h | 2 +- src/control/control_symbols.c | 2 +- src/control/hcontrol.c | 4 ++-- src/control/namehint.c | 4 ++-- src/control/setup.c | 4 ++-- src/dlmisc.c | 4 ++-- src/error.c | 4 ++-- src/hwdep/hwdep.c | 4 ++-- src/hwdep/hwdep_hw.c | 2 +- src/hwdep/hwdep_local.h | 2 +- src/hwdep/hwdep_symbols.c | 2 +- src/instr/iwffff.c | 4 ++-- src/instr/simple.c | 4 ++-- src/mixer/mixer.c | 4 ++-- src/mixer/mixer_local.h | 2 +- src/mixer/mixer_simple.h | 2 +- src/mixer/simple.c | 4 ++-- src/mixer/simple_abst.c | 4 ++-- src/mixer/simple_none.c | 4 ++-- src/names.c | 4 ++-- src/pcm/pcm.c | 4 ++-- src/pcm/pcm_adpcm.c | 4 ++-- src/pcm/pcm_direct.c | 2 +- src/pcm/pcm_direct.h | 2 +- src/pcm/pcm_dmix.c | 4 ++-- src/pcm/pcm_dmix_i386.h | 4 ++-- src/pcm/pcm_dmix_x86_64.h | 2 +- src/pcm/pcm_dshare.c | 4 ++-- src/pcm/pcm_dsnoop.c | 4 ++-- src/pcm/pcm_empty.c | 4 ++-- src/pcm/pcm_generic.c | 4 ++-- src/pcm/pcm_generic.h | 2 +- src/pcm/pcm_hooks.c | 2 +- src/pcm/pcm_hw.c | 2 +- src/pcm/pcm_ladspa.c | 4 ++-- src/pcm/pcm_lfloat.c | 4 ++-- src/pcm/pcm_local.h | 2 +- src/pcm/pcm_misc.c | 2 +- src/pcm/pcm_plugin.c | 2 +- src/pcm/pcm_rate.c | 4 ++-- src/pcm/pcm_rate_linear.c | 2 +- src/pcm/pcm_simple.c | 2 +- src/pcm/pcm_symbols.c | 2 +- src/pcm/plugin_ops.h | 2 +- src/rawmidi/rawmidi.c | 2 +- src/rawmidi/rawmidi_hw.c | 2 +- src/rawmidi/rawmidi_symbols.c | 2 +- src/seq/seq.c | 2 +- src/seq/seq_hw.c | 2 +- src/seq/seq_local.h | 2 +- src/seq/seq_midi_event.c | 4 ++-- src/seq/seq_symbols.c | 2 +- src/shmarea.c | 2 +- src/timer/timer.c | 4 ++-- src/timer/timer_hw.c | 2 +- src/timer/timer_local.h | 2 +- src/timer/timer_query.c | 4 ++-- src/timer/timer_query_hw.c | 2 +- src/timer/timer_symbols.c | 2 +- src/userfile.c | 2 +- test/latency.c | 2 +- test/oldapi.c | 2 +- utils/alsa-lib.spec.in | 2 +- utils/alsa.m4 | 2 +- 114 files changed, 144 insertions(+), 144 deletions(-) diff --git a/alsalisp/alsalisp.c b/alsalisp/alsalisp.c index f3713fa6..2a2a77be 100644 --- a/alsalisp/alsalisp.c +++ b/alsalisp/alsalisp.c @@ -1,6 +1,6 @@ /* * ALSA lisp implementation - * Copyright (c) 2003 by Jaroslav Kysela + * Copyright (c) 2003 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/alsalisp/test.lisp b/alsalisp/test.lisp index 99a9340b..5e3820f4 100644 --- a/alsalisp/test.lisp +++ b/alsalisp/test.lisp @@ -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 +; Copyright (c) 2003 Jaroslav Kysela ; License: GPL v2 (http://www.gnu.org/licenses/gpl.html) ; diff --git a/doc/index.doxygen b/doc/index.doxygen index e33681e6..f76cc109 100644 --- a/doc/index.doxygen +++ b/doc/index.doxygen @@ -1,6 +1,6 @@ /*! \page Index Preamble and License -\author Jaroslav Kysela +\author Jaroslav Kysela \author Abramo Bagnara \author Takashi Iwai \author Frank van de Pol diff --git a/include/alisp.h b/include/alisp.h index 4deb4d23..407ed646 100644 --- a/include/alisp.h +++ b/include/alisp.h @@ -1,6 +1,6 @@ /* * ALSA lisp implementation - * Copyright (c) 2003 by Jaroslav Kysela + * Copyright (c) 2003 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/include/alsa-symbols.h b/include/alsa-symbols.h index 8d316120..51cb9825 100644 --- a/include/alsa-symbols.h +++ b/include/alsa-symbols.h @@ -1,6 +1,6 @@ /* * ALSA lib - dynamic symbol versions - * Copyright (c) 2002 by Jaroslav Kysela + * Copyright (c) 2002 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/include/asoundef.h b/include/asoundef.h index 9fb7055a..1f5b9748 100644 --- a/include/asoundef.h +++ b/include/asoundef.h @@ -1,7 +1,7 @@ /** * \file include/asoundef.h * \brief Application interface library for the ALSA driver - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \author Takashi Iwai * \date 1998-2001 diff --git a/include/asoundlib-head.h b/include/asoundlib-head.h index b2414db3..20c8a68d 100644 --- a/include/asoundlib-head.h +++ b/include/asoundlib-head.h @@ -1,7 +1,7 @@ /** * \file include/asoundlib.h * \brief Application interface library for the ALSA driver - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \author Takashi Iwai * \date 1998-2001 diff --git a/include/conf.h b/include/conf.h index c1da0f4c..7c0cab06 100644 --- a/include/conf.h +++ b/include/conf.h @@ -1,7 +1,7 @@ /** * \file include/conf.h * \brief Application interface library for the ALSA driver - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \author Takashi Iwai * \date 1998-2001 diff --git a/include/control.h b/include/control.h index ad70cdce..33faea01 100644 --- a/include/control.h +++ b/include/control.h @@ -1,7 +1,7 @@ /** * \file include/control.h * \brief Application interface library for the ALSA driver - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \author Takashi Iwai * \date 1998-2001 diff --git a/include/conv.h b/include/conv.h index 0f7e5b76..27d624cb 100644 --- a/include/conv.h +++ b/include/conv.h @@ -1,7 +1,7 @@ /** * \file include/conv.h * \brief Application interface library for the ALSA driver - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \author Takashi Iwai * \date 1998-2001 diff --git a/include/error.h b/include/error.h index 37e4fa13..6d27083b 100644 --- a/include/error.h +++ b/include/error.h @@ -1,7 +1,7 @@ /** * \file include/error.h * \brief Application interface library for the ALSA driver - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \author Takashi Iwai * \date 1998-2001 diff --git a/include/global.h b/include/global.h index 4d5fb28d..f388e4b5 100644 --- a/include/global.h +++ b/include/global.h @@ -1,7 +1,7 @@ /** * \file include/global.h * \brief Application interface library for the ALSA driver - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \author Takashi Iwai * \date 1998-2001 diff --git a/include/hwdep.h b/include/hwdep.h index 8dee1df4..6ff1e902 100644 --- a/include/hwdep.h +++ b/include/hwdep.h @@ -1,7 +1,7 @@ /** * \file include/hwdep.h * \brief Application interface library for the ALSA driver - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \author Takashi Iwai * \date 1998-2001 diff --git a/include/input.h b/include/input.h index bb4f0705..fc5d0e67 100644 --- a/include/input.h +++ b/include/input.h @@ -1,7 +1,7 @@ /** * \file include/input.h * \brief Application interface library for the ALSA driver - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \author Takashi Iwai * \date 1998-2001 diff --git a/include/instr.h b/include/instr.h index 4c852837..aac6f667 100644 --- a/include/instr.h +++ b/include/instr.h @@ -1,7 +1,7 @@ /** * \file include/instr.h * \brief Application interface library for the ALSA driver - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \author Takashi Iwai * \date 1998-2001 diff --git a/include/mixer.h b/include/mixer.h index 16311386..41297787 100644 --- a/include/mixer.h +++ b/include/mixer.h @@ -1,7 +1,7 @@ /** * \file include/mixer.h * \brief Application interface library for the ALSA driver - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \author Takashi Iwai * \date 1998-2001 diff --git a/include/mixer_abst.h b/include/mixer_abst.h index e538d08e..d39d8358 100644 --- a/include/mixer_abst.h +++ b/include/mixer_abst.h @@ -1,7 +1,7 @@ /** * \file include/mixer_abst.h * \brief Mixer abstract implementation interface library for the ALSA library - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 2005 * * Mixer abstact implementation interface library for the ALSA library diff --git a/include/output.h b/include/output.h index 920fd69c..5279aa2e 100644 --- a/include/output.h +++ b/include/output.h @@ -1,7 +1,7 @@ /** * \file include/output.h * \brief Application interface library for the ALSA driver - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \author Takashi Iwai * \date 1998-2001 diff --git a/include/pcm.h b/include/pcm.h index 1c84c9c3..db9fca35 100644 --- a/include/pcm.h +++ b/include/pcm.h @@ -1,7 +1,7 @@ /** * \file include/pcm.h * \brief Application interface library for the ALSA driver - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \author Takashi Iwai * \date 1998-2001 diff --git a/include/pcm_plugin.h b/include/pcm_plugin.h index f6e89651..eea1d82d 100644 --- a/include/pcm_plugin.h +++ b/include/pcm_plugin.h @@ -2,7 +2,7 @@ * \file include/pcm_plugin.h * \brief Common PCM plugin code * \author Abramo Bagnara - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 2000-2001 * * Application interface library for the ALSA driver. diff --git a/include/rawmidi.h b/include/rawmidi.h index d4a2c55e..c7517aa2 100644 --- a/include/rawmidi.h +++ b/include/rawmidi.h @@ -1,7 +1,7 @@ /** * \file include/rawmidi.h * \brief Application interface library for the ALSA driver - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \author Takashi Iwai * \date 1998-2001 diff --git a/include/seq.h b/include/seq.h index 5c773904..94ea711a 100644 --- a/include/seq.h +++ b/include/seq.h @@ -1,7 +1,7 @@ /** * \file include/seq.h * \brief Application interface library for the ALSA driver - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \author Takashi Iwai * \date 1998-2001 diff --git a/include/seq_event.h b/include/seq_event.h index 6d59ca4e..5bee415f 100644 --- a/include/seq_event.h +++ b/include/seq_event.h @@ -1,7 +1,7 @@ /** * \file include/seq_event.h * \brief Application interface library for the ALSA driver - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \author Takashi Iwai * \date 1998-2001 diff --git a/include/seq_midi_event.h b/include/seq_midi_event.h index bcfb4afe..9b8ee596 100644 --- a/include/seq_midi_event.h +++ b/include/seq_midi_event.h @@ -1,7 +1,7 @@ /** * \file include/seq_midi_event.h * \brief Application interface library for the ALSA driver - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \author Takashi Iwai * \date 1998-2001 diff --git a/include/seqmid.h b/include/seqmid.h index 35ae610b..68069b2a 100644 --- a/include/seqmid.h +++ b/include/seqmid.h @@ -1,7 +1,7 @@ /** * \file include/seqmid.h * \brief Application interface library for the ALSA driver - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \author Takashi Iwai * \date 1998-2001 diff --git a/include/sound/ainstr_gf1.h b/include/sound/ainstr_gf1.h index 32dcfafb..824893f1 100644 --- a/include/sound/ainstr_gf1.h +++ b/include/sound/ainstr_gf1.h @@ -2,7 +2,7 @@ * Advanced Linux Sound Architecture * * GF1 (GUS) Patch Instrument Format - * Copyright (c) 1994-99 by Jaroslav Kysela + * Copyright (c) 1994-99 by Jaroslav Kysela * * * This program is free software; you can redistribute it and/or modify diff --git a/include/sound/ainstr_iw.h b/include/sound/ainstr_iw.h index 590cb41e..9bb9e62c 100644 --- a/include/sound/ainstr_iw.h +++ b/include/sound/ainstr_iw.h @@ -2,7 +2,7 @@ * Advanced Linux Sound Architecture * * InterWave FFFF Instrument Format - * Copyright (c) 1994-99 by Jaroslav Kysela + * Copyright (c) 1994-99 by Jaroslav Kysela * * * This program is free software; you can redistribute it and/or modify diff --git a/include/sound/ainstr_simple.h b/include/sound/ainstr_simple.h index 6b2a814b..4ab6ce28 100644 --- a/include/sound/ainstr_simple.h +++ b/include/sound/ainstr_simple.h @@ -2,7 +2,7 @@ * Advanced Linux Sound Architecture * * Simple (MOD player) Instrument Format - * Copyright (c) 1994-99 by Jaroslav Kysela + * Copyright (c) 1994-99 by Jaroslav Kysela * * * This program is free software; you can redistribute it and/or modify diff --git a/include/sound/asequencer.h b/include/sound/asequencer.h index baa5964d..c456eb84 100644 --- a/include/sound/asequencer.h +++ b/include/sound/asequencer.h @@ -1,7 +1,7 @@ /* * Main header file for the ALSA sequencer * Copyright (c) 1998-1999 by Frank van de Pol - * (c) 1998-1999 by Jaroslav Kysela + * (c) 1998-1999 by Jaroslav Kysela * * * This program is free software; you can redistribute it and/or modify diff --git a/include/sound/asound.h b/include/sound/asound.h index 412029e7..3909e837 100644 --- a/include/sound/asound.h +++ b/include/sound/asound.h @@ -1,6 +1,6 @@ /* * Advanced Linux Sound Architecture - ALSA - Driver - * Copyright (c) 1994-2003 by Jaroslav Kysela , + * Copyright (c) 1994-2003 by Jaroslav Kysela , * Abramo Bagnara * * diff --git a/include/sound/asound_fm.h b/include/sound/asound_fm.h index b0da677f..fe0ea401 100644 --- a/include/sound/asound_fm.h +++ b/include/sound/asound_fm.h @@ -5,7 +5,7 @@ * Advanced Linux Sound Architecture - ALSA * * Interface file between ALSA driver & user space - * Copyright (c) 1994-98 by Jaroslav Kysela , + * Copyright (c) 1994-98 by Jaroslav Kysela , * 4Front Technologies * * Direct FM control diff --git a/include/sound/asoundef.h b/include/sound/asoundef.h index e8b89458..f962c5a3 100644 --- a/include/sound/asoundef.h +++ b/include/sound/asoundef.h @@ -3,7 +3,7 @@ /* * Advanced Linux Sound Architecture - ALSA - Driver - * Copyright (c) 1994-2000 by Jaroslav Kysela + * Copyright (c) 1994-2000 by Jaroslav Kysela * * * This program is free software; you can redistribute it and/or modify diff --git a/include/sound/emu10k1.h b/include/sound/emu10k1.h index befd6a47..94018b74 100644 --- a/include/sound/emu10k1.h +++ b/include/sound/emu10k1.h @@ -2,7 +2,7 @@ #define __SOUND_EMU10K1_H /* - * Copyright (c) by Jaroslav Kysela , + * Copyright (c) by Jaroslav Kysela , * Creative Labs, Inc. * Definitions for EMU10K1 (SB Live!) chips * diff --git a/include/timer.h b/include/timer.h index a3671499..ef6a18de 100644 --- a/include/timer.h +++ b/include/timer.h @@ -1,7 +1,7 @@ /** * \file include/timer.h * \brief Application interface library for the ALSA driver - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \author Takashi Iwai * \date 1998-2001 diff --git a/modules/mixer/simple/ac97.c b/modules/mixer/simple/ac97.c index 9646b1bf..ddb6143f 100644 --- a/modules/mixer/simple/ac97.c +++ b/modules/mixer/simple/ac97.c @@ -1,6 +1,6 @@ /* * Mixer Interface - AC97 simple abstact module - * Copyright (c) 2005 by Jaroslav Kysela + * Copyright (c) 2005 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/modules/mixer/simple/hda.c b/modules/mixer/simple/hda.c index 7f79cec2..13c931a6 100644 --- a/modules/mixer/simple/hda.c +++ b/modules/mixer/simple/hda.c @@ -1,6 +1,6 @@ /* * Mixer Interface - HDA simple abstact module - * Copyright (c) 2005 by Jaroslav Kysela + * Copyright (c) 2005 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/modules/mixer/simple/python.c b/modules/mixer/simple/python.c index 6bfe7386..6d9b9fd2 100644 --- a/modules/mixer/simple/python.c +++ b/modules/mixer/simple/python.c @@ -1,6 +1,6 @@ /* * Mixer Interface - python binding simple abstact module - * Copyright (c) 2007 by Jaroslav Kysela + * Copyright (c) 2007 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/modules/mixer/simple/sbase.c b/modules/mixer/simple/sbase.c index e55eab54..97feee89 100644 --- a/modules/mixer/simple/sbase.c +++ b/modules/mixer/simple/sbase.c @@ -1,6 +1,6 @@ /* * Mixer Interface - simple abstact module - base library - * Copyright (c) 2005 by Jaroslav Kysela + * Copyright (c) 2005 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/modules/mixer/simple/sbase.h b/modules/mixer/simple/sbase.h index f00688f4..ee5fe03c 100644 --- a/modules/mixer/simple/sbase.h +++ b/modules/mixer/simple/sbase.h @@ -1,6 +1,6 @@ /* * Mixer Interface - simple abstact module - base library - * Copyright (c) 2005 by Jaroslav Kysela + * Copyright (c) 2005 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/modules/mixer/simple/sbasedl.c b/modules/mixer/simple/sbasedl.c index 36d86af6..0137586a 100644 --- a/modules/mixer/simple/sbasedl.c +++ b/modules/mixer/simple/sbasedl.c @@ -1,6 +1,6 @@ /* * Mixer Interface - simple abstact module - base library (dlopen function) - * Copyright (c) 2005 by Jaroslav Kysela + * Copyright (c) 2005 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/alisp/alisp.c b/src/alisp/alisp.c index 50136ab3..208cc28d 100644 --- a/src/alisp/alisp.c +++ b/src/alisp/alisp.c @@ -1,6 +1,6 @@ /* * ALSA lisp implementation - * Copyright (c) 2003 by Jaroslav Kysela + * Copyright (c) 2003 by Jaroslav Kysela * * Based on work of Sandro Sigala (slisp-1.2) * diff --git a/src/alisp/alisp_local.h b/src/alisp/alisp_local.h index 920b100d..4558ebb7 100644 --- a/src/alisp/alisp_local.h +++ b/src/alisp/alisp_local.h @@ -1,6 +1,6 @@ /* * ALSA lisp implementation - * Copyright (c) 2003 by Jaroslav Kysela + * Copyright (c) 2003 by Jaroslav Kysela * * Based on work of Sandro Sigala (slisp-1.2) * diff --git a/src/alisp/alisp_snd.c b/src/alisp/alisp_snd.c index 87b9101c..147ed0a6 100644 --- a/src/alisp/alisp_snd.c +++ b/src/alisp/alisp_snd.c @@ -1,6 +1,6 @@ /* * ALSA lisp implementation - sound related commands - * Copyright (c) 2003 by Jaroslav Kysela + * Copyright (c) 2003 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/conf.c b/src/conf.c index e24b08d3..16b9c00e 100644 --- a/src/conf.c +++ b/src/conf.c @@ -3,7 +3,7 @@ * \ingroup Configuration * \brief Configuration helper functions * \author Abramo Bagnara - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 2000-2001 * * Tree based, full nesting configuration functions. @@ -13,7 +13,7 @@ /* * Configuration helper functions * Copyright (c) 2000 by Abramo Bagnara , - * Jaroslav Kysela + * Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/conf/cards/SI7018/sndoc-mixer.alisp b/src/conf/cards/SI7018/sndoc-mixer.alisp index 5f6047ae..ade1ea3f 100644 --- a/src/conf/cards/SI7018/sndoc-mixer.alisp +++ b/src/conf/cards/SI7018/sndoc-mixer.alisp @@ -1,7 +1,7 @@ ; ; SiS SI7018 mixer abstract layer ; -; Copyright (c) 2003 Jaroslav Kysela +; Copyright (c) 2003 Jaroslav Kysela ; License: GPL v2 (http://www.gnu.org/licenses/gpl.html) ; diff --git a/src/conf/cards/SI7018/sndop-mixer.alisp b/src/conf/cards/SI7018/sndop-mixer.alisp index 4c5b65c6..285e2898 100644 --- a/src/conf/cards/SI7018/sndop-mixer.alisp +++ b/src/conf/cards/SI7018/sndop-mixer.alisp @@ -1,7 +1,7 @@ ; ; SiS SI7018 mixer abstract layer ; -; Copyright (c) 2003 Jaroslav Kysela +; Copyright (c) 2003 Jaroslav Kysela ; License: GPL v2 (http://www.gnu.org/licenses/gpl.html) ; diff --git a/src/conf/sndo-mixer.alisp b/src/conf/sndo-mixer.alisp index e60a3c4d..c8b03f06 100644 --- a/src/conf/sndo-mixer.alisp +++ b/src/conf/sndo-mixer.alisp @@ -1,7 +1,7 @@ ; ; Toplevel configuration for the ALSA Ordinary Mixer Interface ; -; Copyright (c) 2003 Jaroslav Kysela +; Copyright (c) 2003 Jaroslav Kysela ; License: GPL v2 (http://www.gnu.org/licenses/gpl.html) ; diff --git a/src/confmisc.c b/src/confmisc.c index f2d08e82..49210b73 100644 --- a/src/confmisc.c +++ b/src/confmisc.c @@ -3,7 +3,7 @@ * \ingroup Configuration * \brief Configuration helper functions * \author Abramo Bagnara - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 2000-2001 * * Configuration helper functions. @@ -13,7 +13,7 @@ /* * Miscellaneous configuration helper functions * Copyright (c) 2000 by Abramo Bagnara , - * Jaroslav Kysela + * Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/control/cards.c b/src/control/cards.c index c0b05b62..e7ba875d 100644 --- a/src/control/cards.c +++ b/src/control/cards.c @@ -1,12 +1,12 @@ /** * \file control/cards.c * \brief Basic Soundcard Operations - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 1998-2001 */ /* * Soundcard Operations - main file - * Copyright (c) 1998 by Jaroslav Kysela + * Copyright (c) 1998 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/control/control_hw.c b/src/control/control_hw.c index caa1dcab..7180eadc 100644 --- a/src/control/control_hw.c +++ b/src/control/control_hw.c @@ -1,6 +1,6 @@ /* * Control Interface - Hardware - * Copyright (c) 1998,1999,2000 by Jaroslav Kysela + * Copyright (c) 1998,1999,2000 by Jaroslav Kysela * Copyright (c) 2000 by Abramo Bagnara * * diff --git a/src/control/control_local.h b/src/control/control_local.h index ce81aea4..57c687c5 100644 --- a/src/control/control_local.h +++ b/src/control/control_local.h @@ -1,6 +1,6 @@ /* * Control Interface - local header file - * Copyright (c) 2000 by Jaroslav Kysela + * Copyright (c) 2000 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/control/control_symbols.c b/src/control/control_symbols.c index 3c0f62c1..0cccade1 100644 --- a/src/control/control_symbols.c +++ b/src/control/control_symbols.c @@ -1,6 +1,6 @@ /* * Control Symbols - * Copyright (c) 2001 by Jaroslav Kysela + * Copyright (c) 2001 by Jaroslav Kysela * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/src/control/hcontrol.c b/src/control/hcontrol.c index 051aaca6..50a5a736 100644 --- a/src/control/hcontrol.c +++ b/src/control/hcontrol.c @@ -1,7 +1,7 @@ /** * \file control/hcontrol.c * \brief HCTL Interface - High Level CTL - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \date 2000 * @@ -11,7 +11,7 @@ */ /* * Control Interface - high level API - * Copyright (c) 2000 by Jaroslav Kysela + * Copyright (c) 2000 by Jaroslav Kysela * Copyright (c) 2001 by Abramo Bagnara * * diff --git a/src/control/namehint.c b/src/control/namehint.c index 7d843ba1..11adcaa1 100644 --- a/src/control/namehint.c +++ b/src/control/namehint.c @@ -1,12 +1,12 @@ /** * \file control/namehint.c * \brief Give device name hints - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 2006 */ /* * Give device name hints - main file - * Copyright (c) 2006 by Jaroslav Kysela + * Copyright (c) 2006 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/control/setup.c b/src/control/setup.c index c0848c3e..408244e2 100644 --- a/src/control/setup.c +++ b/src/control/setup.c @@ -2,7 +2,7 @@ * \file control/setup.c * \brief Routines to setup control primitives from configuration * \author Abramo Bagnara - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \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 - * Jaroslav Kysela + * Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/dlmisc.c b/src/dlmisc.c index 48d89d7d..c882cdcf 100644 --- a/src/dlmisc.c +++ b/src/dlmisc.c @@ -1,14 +1,14 @@ /** * \file dlmisc.c * \brief dynamic loader helpers - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 2001 * * Dynamic loader helpers */ /* * Dynamic loader helpers - * Copyright (c) 2000 by Jaroslav Kysela + * Copyright (c) 2000 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/error.c b/src/error.c index 24784f23..9341912b 100644 --- a/src/error.c +++ b/src/error.c @@ -1,13 +1,13 @@ /** * \file error.c * \brief Error code handling routines - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 1998-2001 * * Error code handling routines. */ /* - * Copyright (c) 1998 by Jaroslav Kysela + * Copyright (c) 1998 by Jaroslav Kysela * * snd_strerror routine needs to be recoded for the locale support * diff --git a/src/hwdep/hwdep.c b/src/hwdep/hwdep.c index 6e4e7fb7..b882b35b 100644 --- a/src/hwdep/hwdep.c +++ b/src/hwdep/hwdep.c @@ -1,7 +1,7 @@ /** * \file hwdep/hwdep.c * \brief HwDep Interface (hardware dependent) - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \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 + * Copyright (c) 2000 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/hwdep/hwdep_hw.c b/src/hwdep/hwdep_hw.c index 1adaf6ff..75dc7266 100644 --- a/src/hwdep/hwdep_hw.c +++ b/src/hwdep/hwdep_hw.c @@ -1,6 +1,6 @@ /* * Hardware dependent Interface - main file for hardware access - * Copyright (c) 2001 by Jaroslav Kysela + * Copyright (c) 2001 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/hwdep/hwdep_local.h b/src/hwdep/hwdep_local.h index 8767d4f4..d911f7a0 100644 --- a/src/hwdep/hwdep_local.h +++ b/src/hwdep/hwdep_local.h @@ -1,6 +1,6 @@ /* * HwDep interface - local header file - * Copyright (c) 2001 by Jaroslav Kysela + * Copyright (c) 2001 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/hwdep/hwdep_symbols.c b/src/hwdep/hwdep_symbols.c index f268e606..aaa56672 100644 --- a/src/hwdep/hwdep_symbols.c +++ b/src/hwdep/hwdep_symbols.c @@ -1,6 +1,6 @@ /* * HwDep Symbols - * Copyright (c) 2001 by Jaroslav Kysela + * Copyright (c) 2001 by Jaroslav Kysela * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/src/instr/iwffff.c b/src/instr/iwffff.c index 5d5999c5..0cff7226 100644 --- a/src/instr/iwffff.c +++ b/src/instr/iwffff.c @@ -1,12 +1,12 @@ /** * \file src/instr/iwffff.c * \brief InterWave FFFF Format Support - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 1999-2001 */ /* * InterWave FFFF Format Support - * Copyright (c) 1999 by Jaroslav Kysela + * Copyright (c) 1999 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/instr/simple.c b/src/instr/simple.c index d91f247f..cecda36e 100644 --- a/src/instr/simple.c +++ b/src/instr/simple.c @@ -1,12 +1,12 @@ /** * \file src/instr/simple.c * \brief Simple Wave Format Support - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 1999-2001 */ /* * Simple Wave Format Support - * Copyright (c) 1999 by Jaroslav Kysela + * Copyright (c) 1999 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/mixer/mixer.c b/src/mixer/mixer.c index ee9b4395..85d843fc 100644 --- a/src/mixer/mixer.c +++ b/src/mixer/mixer.c @@ -1,7 +1,7 @@ /** * \file mixer/mixer.c * \brief Mixer Interface - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \date 2001 * @@ -10,7 +10,7 @@ */ /* * Mixer Interface - main file - * Copyright (c) 1998/1999/2000 by Jaroslav Kysela + * Copyright (c) 1998/1999/2000 by Jaroslav Kysela * Copyright (c) 2001 by Abramo Bagnara * * diff --git a/src/mixer/mixer_local.h b/src/mixer/mixer_local.h index 180412a6..27b4a3b1 100644 --- a/src/mixer/mixer_local.h +++ b/src/mixer/mixer_local.h @@ -1,6 +1,6 @@ /* * Mixer Interface - local header file - * Copyright (c) 2000 by Jaroslav Kysela + * Copyright (c) 2000 by Jaroslav Kysela * Copyright (c) 2001 by Abramo Bagnara * * diff --git a/src/mixer/mixer_simple.h b/src/mixer/mixer_simple.h index 9584bcfd..b3be121c 100644 --- a/src/mixer/mixer_simple.h +++ b/src/mixer/mixer_simple.h @@ -1,6 +1,6 @@ /* * Mixer Simple Interface - local header file - * Copyright (c) 2005 by Jaroslav Kysela + * Copyright (c) 2005 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/mixer/simple.c b/src/mixer/simple.c index ca180542..ae948ace 100644 --- a/src/mixer/simple.c +++ b/src/mixer/simple.c @@ -1,7 +1,7 @@ /** * \file mixer/simple.c * \brief Mixer Simple Element Class Interface - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \date 2001-2004 * @@ -9,7 +9,7 @@ */ /* * Mixer Interface - simple controls - * Copyright (c) 2000,2004 by Jaroslav Kysela + * Copyright (c) 2000,2004 by Jaroslav Kysela * Copyright (c) 2001 by Abramo Bagnara * * diff --git a/src/mixer/simple_abst.c b/src/mixer/simple_abst.c index 22c90673..9e9aaf55 100644 --- a/src/mixer/simple_abst.c +++ b/src/mixer/simple_abst.c @@ -1,14 +1,14 @@ /** * \file mixer/simple_abst.c * \brief Mixer Simple Element Class Interface - Module Abstraction - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 2005 * * Mixer simple element class interface. */ /* * Mixer Interface - simple controls - abstraction module - * Copyright (c) 2005 by Jaroslav Kysela + * Copyright (c) 2005 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/mixer/simple_none.c b/src/mixer/simple_none.c index 90736cc1..13272853 100644 --- a/src/mixer/simple_none.c +++ b/src/mixer/simple_none.c @@ -1,7 +1,7 @@ /** * \file mixer/simple_none.c * \brief Mixer Simple Element Class Interface - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \date 2001-2004 * @@ -9,7 +9,7 @@ */ /* * Mixer Interface - simple controls - * Copyright (c) 2000,2004 by Jaroslav Kysela + * Copyright (c) 2000,2004 by Jaroslav Kysela * Copyright (c) 2001 by Abramo Bagnara * * diff --git a/src/names.c b/src/names.c index 3f6e0188..e7a68878 100644 --- a/src/names.c +++ b/src/names.c @@ -2,7 +2,7 @@ * \file names.c * \ingroup Configuration * \brief Configuration helper functions - device names - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \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 + * Copyright (c) 2005 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/pcm/pcm.c b/src/pcm/pcm.c index e259971a..9ac132b6 100644 --- a/src/pcm/pcm.c +++ b/src/pcm/pcm.c @@ -2,7 +2,7 @@ * \file pcm/pcm.c * \ingroup PCM * \brief PCM Interface - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \date 2000-2001 * @@ -17,7 +17,7 @@ */ /* * PCM Interface - main file - * Copyright (c) 1998 by Jaroslav Kysela + * Copyright (c) 1998 by Jaroslav Kysela * Copyright (c) 2000 by Abramo Bagnara * * This library is free software; you can redistribute it and/or modify diff --git a/src/pcm/pcm_adpcm.c b/src/pcm/pcm_adpcm.c index 416c37f4..270c9000 100644 --- a/src/pcm/pcm_adpcm.c +++ b/src/pcm/pcm_adpcm.c @@ -4,14 +4,14 @@ * \brief PCM Ima-ADPCM Conversion Plugin Interface * \author Abramo Bagnara * \author Uros Bizjak - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 2000-2001 */ /* * PCM - Ima-ADPCM conversion * Copyright (c) 2000 by Abramo Bagnara * Copyright (c) 1999 by Uros Bizjak - * Jaroslav Kysela + * Jaroslav Kysela * * Based on Version 1.2, 18-Dec-92 implementation of Intel/DVI ADPCM code * by Jack Jansen, CWI, Amsterdam , Copyright 1992 diff --git a/src/pcm/pcm_direct.c b/src/pcm/pcm_direct.c index 4dd3d9f6..d80a41c2 100644 --- a/src/pcm/pcm_direct.c +++ b/src/pcm/pcm_direct.c @@ -1,6 +1,6 @@ /* * PCM - Direct Stream Mixing - * Copyright (c) 2003 by Jaroslav Kysela + * Copyright (c) 2003 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/pcm/pcm_direct.h b/src/pcm/pcm_direct.h index e8d1a0bd..b9efbe63 100644 --- a/src/pcm/pcm_direct.h +++ b/src/pcm/pcm_direct.h @@ -1,6 +1,6 @@ /* * PCM - Direct Stream Mixing - * Copyright (c) 2003 by Jaroslav Kysela + * Copyright (c) 2003 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/pcm/pcm_dmix.c b/src/pcm/pcm_dmix.c index 9eed9e7e..8ecbdcce 100644 --- a/src/pcm/pcm_dmix.c +++ b/src/pcm/pcm_dmix.c @@ -2,12 +2,12 @@ * \file pcm/pcm_dmix.c * \ingroup PCM_Plugins * \brief PCM Direct Stream Mixing (dmix) Plugin Interface - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 2003 */ /* * PCM - Direct Stream Mixing - * Copyright (c) 2003 by Jaroslav Kysela + * Copyright (c) 2003 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/pcm/pcm_dmix_i386.h b/src/pcm/pcm_dmix_i386.h index 6875b311..6f09bae5 100644 --- a/src/pcm/pcm_dmix_i386.h +++ b/src/pcm/pcm_dmix_i386.h @@ -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 + * \author Jaroslav Kysela * \date 2003 */ /* * PCM - Direct Stream Mixing - * Copyright (c) 2003 by Jaroslav Kysela + * Copyright (c) 2003 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/pcm/pcm_dmix_x86_64.h b/src/pcm/pcm_dmix_x86_64.h index b7fa6baa..a6e92704 100644 --- a/src/pcm/pcm_dmix_x86_64.h +++ b/src/pcm/pcm_dmix_x86_64.h @@ -7,7 +7,7 @@ */ /* * PCM - Direct Stream Mixing - * Copyright (c) 2003 by Jaroslav Kysela + * Copyright (c) 2003 by Jaroslav Kysela * Takashi Iwai * * diff --git a/src/pcm/pcm_dshare.c b/src/pcm/pcm_dshare.c index e9af7396..5791bee3 100644 --- a/src/pcm/pcm_dshare.c +++ b/src/pcm/pcm_dshare.c @@ -2,12 +2,12 @@ * \file pcm/pcm_dshare.c * \ingroup PCM_Plugins * \brief PCM Direct Sharing of Channels Plugin Interface - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 2003 */ /* * PCM - Direct Sharing of Channels - * Copyright (c) 2003 by Jaroslav Kysela + * Copyright (c) 2003 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/pcm/pcm_dsnoop.c b/src/pcm/pcm_dsnoop.c index 24c8e949..62885313 100644 --- a/src/pcm/pcm_dsnoop.c +++ b/src/pcm/pcm_dsnoop.c @@ -2,12 +2,12 @@ * \file pcm/pcm_dsnoop.c * \ingroup PCM_Plugins * \brief PCM Capture Stream Snooping (dsnoop) Plugin Interface - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 2003 */ /* * PCM - Capture Stream Snooping - * Copyright (c) 2003 by Jaroslav Kysela + * Copyright (c) 2003 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/pcm/pcm_empty.c b/src/pcm/pcm_empty.c index f55fd6c0..8daf9c36 100644 --- a/src/pcm/pcm_empty.c +++ b/src/pcm/pcm_empty.c @@ -2,12 +2,12 @@ * \file pcm/pcm_empty.c * \ingroup PCM_Plugins * \brief PCM Null Plugin Interface - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 2006 */ /* * PCM - Null plugin - * Copyright (c) 2006 by Jaroslav Kysela + * Copyright (c) 2006 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/pcm/pcm_generic.c b/src/pcm/pcm_generic.c index 82fe55be..bfb3cfc2 100644 --- a/src/pcm/pcm_generic.c +++ b/src/pcm/pcm_generic.c @@ -2,12 +2,12 @@ * \file pcm/pcm_generic.c * \ingroup PCM * \brief PCM Interface - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 2004 */ /* * PCM - Common generic plugin code - * Copyright (c) 2004 by Jaroslav Kysela + * Copyright (c) 2004 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/pcm/pcm_generic.h b/src/pcm/pcm_generic.h index cd922092..5bd82a02 100644 --- a/src/pcm/pcm_generic.h +++ b/src/pcm/pcm_generic.h @@ -1,6 +1,6 @@ /* * PCM - Common generic plugin code - * Copyright (c) 2004 by Jaroslav Kysela + * Copyright (c) 2004 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/pcm/pcm_hooks.c b/src/pcm/pcm_hooks.c index 4a368812..93827fa5 100644 --- a/src/pcm/pcm_hooks.c +++ b/src/pcm/pcm_hooks.c @@ -3,7 +3,7 @@ * \ingroup PCM_Hook * \brief PCM Hook Interface * \author Abramo Bagnara - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 2000-2001 */ /* diff --git a/src/pcm/pcm_hw.c b/src/pcm/pcm_hw.c index 6ac66aa4..7be92961 100644 --- a/src/pcm/pcm_hw.c +++ b/src/pcm/pcm_hw.c @@ -3,7 +3,7 @@ * \ingroup PCM_Plugins * \brief PCM HW Plugin Interface * \author Abramo Bagnara - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 2000-2001 */ /* diff --git a/src/pcm/pcm_ladspa.c b/src/pcm/pcm_ladspa.c index a879a962..4cf8b8f6 100644 --- a/src/pcm/pcm_ladspa.c +++ b/src/pcm/pcm_ladspa.c @@ -2,13 +2,13 @@ * \file pcm/pcm_ladspa.c * \ingroup PCM_Plugins * \brief ALSA Plugin <-> LADSPA Plugin Interface - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Jaroslav Kysela * \date 2001,2006 */ /* * PCM - LADSPA integration plugin - * Copyright (c) 2001-2006 by Jaroslav Kysela + * Copyright (c) 2001-2006 by Jaroslav Kysela * Copyright (c) 2005 by Jaroslav Kysela * * diff --git a/src/pcm/pcm_lfloat.c b/src/pcm/pcm_lfloat.c index 7d946cbc..3180d4f5 100644 --- a/src/pcm/pcm_lfloat.c +++ b/src/pcm/pcm_lfloat.c @@ -2,12 +2,12 @@ * \file pcm/pcm_lfloat.c * \ingroup PCM_Plugins * \brief PCM Linear<->Float Conversion Plugin Interface - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 2001 */ /* * PCM - Linear Integer <-> Linear Float conversion - * Copyright (c) 2001 by Jaroslav Kysela + * Copyright (c) 2001 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/pcm/pcm_local.h b/src/pcm/pcm_local.h index d0c60cd3..f927258b 100644 --- a/src/pcm/pcm_local.h +++ b/src/pcm/pcm_local.h @@ -1,6 +1,6 @@ /* * PCM Interface - local header file - * Copyright (c) 2000 by Jaroslav Kysela + * Copyright (c) 2000 by Jaroslav Kysela * Abramo Bagnara * * diff --git a/src/pcm/pcm_misc.c b/src/pcm/pcm_misc.c index aaf22b3a..c075b24f 100644 --- a/src/pcm/pcm_misc.c +++ b/src/pcm/pcm_misc.c @@ -1,6 +1,6 @@ /* * PCM Interface - misc routines - * Copyright (c) 1998 by Jaroslav Kysela + * Copyright (c) 1998 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/pcm/pcm_plugin.c b/src/pcm/pcm_plugin.c index 236f9d36..520f2e9d 100644 --- a/src/pcm/pcm_plugin.c +++ b/src/pcm/pcm_plugin.c @@ -2,7 +2,7 @@ * \file pcm/pcm_plugin.c * \ingroup PCM * \brief PCM Interface - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \date 2000-2001 */ diff --git a/src/pcm/pcm_rate.c b/src/pcm/pcm_rate.c index 9821cab1..71d16bab 100644 --- a/src/pcm/pcm_rate.c +++ b/src/pcm/pcm_rate.c @@ -3,13 +3,13 @@ * \ingroup PCM_Plugins * \brief PCM Rate Plugin Interface * \author Abramo Bagnara - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 2000-2004 */ /* * PCM - Rate conversion * Copyright (c) 2000 by Abramo Bagnara - * 2004 by Jaroslav Kysela + * 2004 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/pcm/pcm_rate_linear.c b/src/pcm/pcm_rate_linear.c index dade0c6d..a19fecbe 100644 --- a/src/pcm/pcm_rate_linear.c +++ b/src/pcm/pcm_rate_linear.c @@ -2,7 +2,7 @@ * Linear rate converter plugin * * Copyright (c) 2000 by Abramo Bagnara - * 2004 by Jaroslav Kysela + * 2004 by Jaroslav Kysela * 2006 by Takashi Iwai * * This library is free software; you can redistribute it and/or modify diff --git a/src/pcm/pcm_simple.c b/src/pcm/pcm_simple.c index 52f23837..5629d06f 100644 --- a/src/pcm/pcm_simple.c +++ b/src/pcm/pcm_simple.c @@ -2,7 +2,7 @@ * \file pcm/pcm_simple.c * \ingroup PCM_Simple * \brief PCM Simple Interface - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 2004 */ /* diff --git a/src/pcm/pcm_symbols.c b/src/pcm/pcm_symbols.c index a0cf9e16..91982df5 100644 --- a/src/pcm/pcm_symbols.c +++ b/src/pcm/pcm_symbols.c @@ -1,6 +1,6 @@ /* * PCM Symbols - * Copyright (c) 2001 by Jaroslav Kysela + * Copyright (c) 2001 by Jaroslav Kysela * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/src/pcm/plugin_ops.h b/src/pcm/plugin_ops.h index b2675d92..61a339c5 100644 --- a/src/pcm/plugin_ops.h +++ b/src/pcm/plugin_ops.h @@ -1,6 +1,6 @@ /* * Plugin sample operators with fast switch - * Copyright (c) 2000 by Jaroslav Kysela + * Copyright (c) 2000 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/rawmidi/rawmidi.c b/src/rawmidi/rawmidi.c index e7b93eba..3da1b4f2 100644 --- a/src/rawmidi/rawmidi.c +++ b/src/rawmidi/rawmidi.c @@ -1,7 +1,7 @@ /** * \file rawmidi/rawmidi.c * \brief RawMidi Interface - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \date 2000-2001 * diff --git a/src/rawmidi/rawmidi_hw.c b/src/rawmidi/rawmidi_hw.c index 07d6aa64..1f08240d 100644 --- a/src/rawmidi/rawmidi_hw.c +++ b/src/rawmidi/rawmidi_hw.c @@ -1,6 +1,6 @@ /* * RawMIDI - Hardware - * Copyright (c) 2000 by Jaroslav Kysela + * Copyright (c) 2000 by Jaroslav Kysela * Abramo Bagnara * * diff --git a/src/rawmidi/rawmidi_symbols.c b/src/rawmidi/rawmidi_symbols.c index 14de0ce5..cdc06d7f 100644 --- a/src/rawmidi/rawmidi_symbols.c +++ b/src/rawmidi/rawmidi_symbols.c @@ -1,6 +1,6 @@ /* * RawMidi Symbols - * Copyright (c) 2001 by Jaroslav Kysela + * Copyright (c) 2001 by Jaroslav Kysela * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/src/seq/seq.c b/src/seq/seq.c index 21f21f9c..c2563361 100644 --- a/src/seq/seq.c +++ b/src/seq/seq.c @@ -1,7 +1,7 @@ /** * \file seq/seq.c * \brief Sequencer Interface - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \author Abramo Bagnara * \author Takashi Iwai * \date 2000-2001 diff --git a/src/seq/seq_hw.c b/src/seq/seq_hw.c index 8876e60d..d0a7b87d 100644 --- a/src/seq/seq_hw.c +++ b/src/seq/seq_hw.c @@ -1,6 +1,6 @@ /* * Sequencer Interface - main file - * Copyright (c) 2000 by Jaroslav Kysela + * Copyright (c) 2000 by Jaroslav Kysela * Abramo Bagnara * * diff --git a/src/seq/seq_local.h b/src/seq/seq_local.h index 3dfb2567..fa3d95c3 100644 --- a/src/seq/seq_local.h +++ b/src/seq/seq_local.h @@ -1,6 +1,6 @@ /* * Sequencer Interface - definition of sequencer event handler - * Copyright (c) 2000 by Jaroslav Kysela + * Copyright (c) 2000 by Jaroslav Kysela * Abramo Bagnara * * diff --git a/src/seq/seq_midi_event.c b/src/seq/seq_midi_event.c index fd34a598..1d2b871f 100644 --- a/src/seq/seq_midi_event.c +++ b/src/seq/seq_midi_event.c @@ -2,7 +2,7 @@ * \file seq/seq_midi_event.c * \brief MIDI byte <-> sequencer event coder * \author Takashi Iwai - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 2000-2001 */ @@ -10,7 +10,7 @@ * MIDI byte <-> sequencer event coder * * Copyright (C) 1998,99,2000 Takashi Iwai , - * Jaroslav Kysela + * Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/seq/seq_symbols.c b/src/seq/seq_symbols.c index c24d3e1b..1d301335 100644 --- a/src/seq/seq_symbols.c +++ b/src/seq/seq_symbols.c @@ -1,6 +1,6 @@ /* * Sequencer Symbols - * Copyright (c) 2001 by Jaroslav Kysela + * Copyright (c) 2001 by Jaroslav Kysela * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/src/shmarea.c b/src/shmarea.c index 4a64d438..071f9f33 100644 --- a/src/shmarea.c +++ b/src/shmarea.c @@ -1,6 +1,6 @@ /* * IPC SHM area manager - * Copyright (c) 2003 by Jaroslav Kysela + * Copyright (c) 2003 by Jaroslav Kysela * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/src/timer/timer.c b/src/timer/timer.c index b31252b4..b71a9f8b 100644 --- a/src/timer/timer.c +++ b/src/timer/timer.c @@ -1,7 +1,7 @@ /** * \file timer/timer.c * \brief Timer Interface - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \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 + * Copyright (c) 1998-2001 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/timer/timer_hw.c b/src/timer/timer_hw.c index 30bea1f1..5355705d 100644 --- a/src/timer/timer_hw.c +++ b/src/timer/timer_hw.c @@ -1,6 +1,6 @@ /* * Timer Interface - main file - * Copyright (c) 1998-2001 by Jaroslav Kysela + * Copyright (c) 1998-2001 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/timer/timer_local.h b/src/timer/timer_local.h index 8ebf8925..8f543fed 100644 --- a/src/timer/timer_local.h +++ b/src/timer/timer_local.h @@ -1,6 +1,6 @@ /* * Timer interface - local header file - * Copyright (c) 2001 by Jaroslav Kysela + * Copyright (c) 2001 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/timer/timer_query.c b/src/timer/timer_query.c index 8f36e1ca..50b098a8 100644 --- a/src/timer/timer_query.c +++ b/src/timer/timer_query.c @@ -1,13 +1,13 @@ /** * \file timer/timer_query.c - * \author Jaroslav Kysela + * \author Jaroslav Kysela * \date 2001 * * Timer Query Interface is designed to obtain identification of timers. */ /* * Timer Query Interface - main file - * Copyright (c) 2001 by Jaroslav Kysela + * Copyright (c) 2001 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/timer/timer_query_hw.c b/src/timer/timer_query_hw.c index 85a87317..743ee1fb 100644 --- a/src/timer/timer_query_hw.c +++ b/src/timer/timer_query_hw.c @@ -1,6 +1,6 @@ /* * Timer Interface - main file - * Copyright (c) 1998-2001 by Jaroslav Kysela + * Copyright (c) 1998-2001 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify diff --git a/src/timer/timer_symbols.c b/src/timer/timer_symbols.c index 6e19a232..797721e6 100644 --- a/src/timer/timer_symbols.c +++ b/src/timer/timer_symbols.c @@ -1,6 +1,6 @@ /* * Timer Symbols - * Copyright (c) 2001 by Jaroslav Kysela + * Copyright (c) 2001 by Jaroslav Kysela * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/src/userfile.c b/src/userfile.c index 5fb62394..3a738366 100644 --- a/src/userfile.c +++ b/src/userfile.c @@ -1,6 +1,6 @@ /* * Get full filename - * Copyright (c) 2003 by Jaroslav Kysela + * Copyright (c) 2003 by Jaroslav Kysela * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/test/latency.c b/test/latency.c index ab2efb2b..e472b4fb 100644 --- a/test/latency.c +++ b/test/latency.c @@ -1,7 +1,7 @@ /* * Latency test program * - * Author: Jaroslav Kysela + * Author: Jaroslav Kysela * * Author of bandpass filter sweep effect: * Maarten de Boer diff --git a/test/oldapi.c b/test/oldapi.c index d4eb6950..e325f4c0 100644 --- a/test/oldapi.c +++ b/test/oldapi.c @@ -1,7 +1,7 @@ /* * Old PCM API compilation test * - * Author: Jaroslav Kysela + * Author: Jaroslav Kysela * * * This program is free software; you can redistribute it and/or modify diff --git a/utils/alsa-lib.spec.in b/utils/alsa-lib.spec.in index ceb9562a..021cc75d 100644 --- a/utils/alsa-lib.spec.in +++ b/utils/alsa-lib.spec.in @@ -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 +* Tue Nov 20 2001 Jaroslav Kysela - changed BuildRoot from /tmp to /var/tmp - use the standard RPM macros for prefix and paths diff --git a/utils/alsa.m4 b/utils/alsa.m4 index 50b34005..79a24ef5 100644 --- a/utils/alsa.m4 +++ b/utils/alsa.m4 @@ -1,7 +1,7 @@ dnl Configure Paths for Alsa dnl Some modifications by Richard Boulton dnl Christopher Lansdown -dnl Jaroslav Kysela +dnl Jaroslav Kysela 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. -- 2.11.0