From 7a41ac156855b3501c268a2b54f25a46b8b2b4d4 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 11 May 1999 22:18:49 +0000 Subject: [PATCH] Changed e-mail from to .. --- README | 2 +- alsactl/alsactl.1 | 2 +- alsactl/merge.c | 2 +- alsamixer/README | 2 +- alsamixer/alsamixer.1 | 2 +- alsamixer/alsamixer_abramo.c | 2 +- alsamixer/alsamixer_tim.c | 4 ++-- amixer/amixer.c | 2 +- amixer/amixer.h | 2 +- aplay/aplay.1 | 2 +- aplay/aplay.c | 5 +++-- 11 files changed, 14 insertions(+), 13 deletions(-) diff --git a/README b/README index 64c9294..6125c64 100644 --- a/README +++ b/README @@ -13,4 +13,4 @@ alsamixer - ncurses mixer You should look for more info about ALSA project to http://alsa.jcu.cz. - Jaroslav Kysela + Jaroslav Kysela diff --git a/alsactl/alsactl.1 b/alsactl/alsactl.1 index ba1f29d..94a294e 100644 --- a/alsactl/alsactl.1 +++ b/alsactl/alsactl.1 @@ -144,7 +144,7 @@ aplay(1) None known. .SH AUTHOR -\fBalsactl\fP is by Jaroslav Kysela +\fBalsactl\fP is by Jaroslav Kysela This document is by Paul Winkler . diff --git a/alsactl/merge.c b/alsactl/merge.c index 6232e87..daf2226 100644 --- a/alsactl/merge.c +++ b/alsactl/merge.c @@ -1,6 +1,6 @@ /* * Advanced Linux Sound Architecture Control Program - * Copyright (c) 1999 by Jaroslav Kysela + * Copyright (c) 1999 by Jaroslav Kysela * * * This program is free software; you can redistribute it and/or modify diff --git a/alsamixer/README b/alsamixer/README index c1f7eb2..e3fb684 100644 --- a/alsamixer/README +++ b/alsamixer/README @@ -80,5 +80,5 @@ You can exit with ALT + Q, or by hitting ESC. ----------------------------------------------------------------- Alsamixer has been written by Tim Janik and -been furtherly improved by Jaroslav Kysela . +been furtherly improved by Jaroslav Kysela . This document was provided by Paul Winkler . diff --git a/alsamixer/alsamixer.1 b/alsamixer/alsamixer.1 index d5ca339..e511f98 100644 --- a/alsamixer/alsamixer.1 +++ b/alsamixer/alsamixer.1 @@ -115,6 +115,6 @@ fault. Plain old \fBxterm\fP seems to be fine. .SH AUTHOR .B alsamixer has been written by Tim Janik and -been furtherly improved by Jaroslav Kysela . +been furtherly improved by Jaroslav Kysela . This manual page was provided by Paul Winkler . diff --git a/alsamixer/alsamixer_abramo.c b/alsamixer/alsamixer_abramo.c index 31cae79..7e33f3d 100644 --- a/alsamixer/alsamixer_abramo.c +++ b/alsamixer/alsamixer_abramo.c @@ -1,5 +1,5 @@ /* AlsaMixer - Commandline mixer for the ALSA project - * Copyright (C) 1998 Jaroslav Kysela , + * Copyright (C) 1998 Jaroslav Kysela , * Tim Janik , * Carl van Schaik * diff --git a/alsamixer/alsamixer_tim.c b/alsamixer/alsamixer_tim.c index b7d516d..9d07e88 100644 --- a/alsamixer/alsamixer_tim.c +++ b/alsamixer/alsamixer_tim.c @@ -1,5 +1,5 @@ /* AlsaMixer - Commandline mixer for the ALSA project - * Copyright (C) 1998, 1999 Tim Janik and Jaroslav Kysela + * Copyright (C) 1998, 1999 Tim Janik and Jaroslav Kysela * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -214,7 +214,7 @@ static char *mixer_help_text = " Left move (scroll) to the left next channel\n" "\n" "Alsamixer has been written and is Copyrighted in 1998, 1999 by\n" - "Tim Janik and Jaroslav Kysela .\n" + "Tim Janik and Jaroslav Kysela .\n" ); diff --git a/amixer/amixer.c b/amixer/amixer.c index e8d0f6e..c2983f4 100644 --- a/amixer/amixer.c +++ b/amixer/amixer.c @@ -1,6 +1,6 @@ /* * ALSA command line mixer utility - * Copyright (c) 1999 by Jaroslav Kysela + * Copyright (c) 1999 by Jaroslav Kysela * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/amixer/amixer.h b/amixer/amixer.h index 7e6f5aa..79dbc8e 100644 --- a/amixer/amixer.h +++ b/amixer/amixer.h @@ -1,6 +1,6 @@ /* * ALSA command line mixer utility - * Copyright (c) 1999 by Jaroslav Kysela + * Copyright (c) 1999 by Jaroslav Kysela * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/aplay/aplay.1 b/aplay/aplay.1 index 6e28e74..5a99863 100644 --- a/aplay/aplay.1 +++ b/aplay/aplay.1 @@ -103,7 +103,7 @@ amixer(1) Note that .aiff files are not currently supported. .SH AUTHOR -\fBarecord\fP and \fBaplay\fP are by Jaroslav Kysela +\fBarecord\fP and \fBaplay\fP are by Jaroslav Kysela This document is by Paul Winkler . diff --git a/aplay/aplay.c b/aplay/aplay.c index ffb8391..a74288f 100644 --- a/aplay/aplay.c +++ b/aplay/aplay.c @@ -6,7 +6,7 @@ * SPARC AUDIO .AU-files * Raw Data * - * Copyright (c) by Jaroslav Kysela + * Copyright (c) by Jaroslav Kysela * Based on vplay program by Michael Beck * * @@ -237,7 +237,7 @@ static void device_list(void) static void version(void) { - printf("%s: version " SND_UTIL_VERSION_STR " by Jaroslav Kysela \n", command); + printf("%s: version " SND_UTIL_VERSION_STR " by Jaroslav Kysela \n", command); } int main(int argc, char *argv[]) @@ -919,6 +919,7 @@ static void begin_wave(int fd, u_long cnt) WaveHeader wh; int bits; + bits = 8; switch (format.format) { case SND_PCM_SFMT_U8: bits = 8; -- 2.47.1