mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
This commit is contained in:
parent
126ee9bddb
commit
41282b058b
13 changed files with 14 additions and 14 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) by Jaroslav Kysela <perex@suse.cz>
|
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ Author: Daniel Bertrand <d.bertrand@ieee.ca>
|
||||||
|
|
||||||
|
|
||||||
This version of the assembler was modified for the ALSA driver by
|
This version of the assembler was modified for the ALSA driver by
|
||||||
Jaroslav Kysela <perex@suse.cz>.
|
Jaroslav Kysela <perex@perex.cz>.
|
||||||
|
|
||||||
|
|
||||||
Usage: as10k1 <asm file> [bin output file]
|
Usage: as10k1 <asm file> [bin output file]
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
* This program was changed to conform the ALSA ideas. Please,
|
* This program was changed to conform the ALSA ideas. Please,
|
||||||
* bug reports and all other things should be discussed on the
|
* bug reports and all other things should be discussed on the
|
||||||
* <alsa-devel@alsa-project.org> mailing list.
|
* <alsa-devel@alsa-project.org> mailing list.
|
||||||
* Jaroslav Kysela <perex@suse.cz>
|
* Jaroslav Kysela <perex@perex.cz>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Jaroslav Kysela <perex@suse.cz>
|
Jaroslav Kysela <perex@perex.cz>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
driverevents.c - Events from the driver processing
|
driverevents.c - Events from the driver processing
|
||||||
Copyright (C) 2000 by Jaroslav Kysela <perex@suse.cz>
|
Copyright (C) 2000 by Jaroslav Kysela <perex@perex.cz>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU General Public License
|
modify it under the terms of the GNU General Public License
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,7 @@ gamix(1)
|
||||||
\fP
|
\fP
|
||||||
|
|
||||||
.SH "AUTHOR"
|
.SH "AUTHOR"
|
||||||
\fBenvy24control\fP is by Jaroslav Kysela <perex@suse.cz>
|
\fBenvy24control\fP is by Jaroslav Kysela <perex@perex.cz>
|
||||||
This document is by James Tappin <james@xena.uklinux.net>.
|
This document is by James Tappin <james@xena.uklinux.net>.
|
||||||
Updated by Dirk Kalis <dirk.kalis@t\-online.de>.
|
Updated by Dirk Kalis <dirk.kalis@t\-online.de>.
|
||||||
Options\fI\-w\ and \fI\-t\fP added Alan Horstmann <gineera@aspect135.co.uk>
|
Options\fI\-w\ and \fI\-t\fP added Alan Horstmann <gineera@aspect135.co.uk>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
envy24control.c - Env24 chipset (ICE1712) control utility
|
envy24control.c - Env24 chipset (ICE1712) control utility
|
||||||
Copyright (C) 2000 by Jaroslav Kysela <perex@suse.cz>
|
Copyright (C) 2000 by Jaroslav Kysela <perex@perex.cz>
|
||||||
|
|
||||||
(2003/03/22) Changed to hbox/vbox layout.
|
(2003/03/22) Changed to hbox/vbox layout.
|
||||||
Copyright (C) 2003 by Søren Wedel Nielsen
|
Copyright (C) 2003 by Søren Wedel Nielsen
|
||||||
|
|
@ -1432,7 +1432,7 @@ static void create_about(GtkWidget *main, GtkWidget *notebook, int page)
|
||||||
|
|
||||||
|
|
||||||
/* create third line */
|
/* create third line */
|
||||||
label = gtk_label_new("Copyright(c) 2000 by Jaroslav Kysela <perex@suse.cz>");
|
label = gtk_label_new("Copyright(c) 2000 by Jaroslav Kysela <perex@perex.cz>");
|
||||||
gtk_widget_show(label);
|
gtk_widget_show(label);
|
||||||
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, TRUE, 6);
|
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, TRUE, 6);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
hardware.c - Hardware Settings
|
hardware.c - Hardware Settings
|
||||||
Copyright (C) 2000 by Jaroslav Kysela <perex@suse.cz>
|
Copyright (C) 2000 by Jaroslav Kysela <perex@perex.cz>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU General Public License
|
modify it under the terms of the GNU General Public License
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
levelmeters.c - Stereo level meters
|
levelmeters.c - Stereo level meters
|
||||||
Copyright (C) 2000 by Jaroslav Kysela <perex@suse.cz>
|
Copyright (C) 2000 by Jaroslav Kysela <perex@perex.cz>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU General Public License
|
modify it under the terms of the GNU General Public License
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
mixer.c - mixer code
|
mixer.c - mixer code
|
||||||
Copyright (C) 2000 by Jaroslav Kysela <perex@suse.cz>
|
Copyright (C) 2000 by Jaroslav Kysela <perex@perex.cz>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU General Public License
|
modify it under the terms of the GNU General Public License
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
patchbay.c - patchbay/router code
|
patchbay.c - patchbay/router code
|
||||||
Copyright (C) 2000 by Jaroslav Kysela <perex@suse.cz>
|
Copyright (C) 2000 by Jaroslav Kysela <perex@perex.cz>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU General Public License
|
modify it under the terms of the GNU General Public License
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This code is added by Takashi Iwai <tiwai@suse.de>
|
* This code is added by Takashi Iwai <tiwai@suse.de>
|
||||||
*
|
*
|
||||||
* Copyright (c) 2000 Jaroslav Kysela <perex@suse.cz>
|
* Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ dnl Configure Paths for ld10k1 - stolen from ASLA (1.0.5a)
|
||||||
dnl Configure Paths for Alsa
|
dnl Configure Paths for Alsa
|
||||||
dnl Some modifications by Richard Boulton <richard-alsa@tartarus.org>
|
dnl Some modifications by Richard Boulton <richard-alsa@tartarus.org>
|
||||||
dnl Christopher Lansdown <lansdoct@cs.alfred.edu>
|
dnl Christopher Lansdown <lansdoct@cs.alfred.edu>
|
||||||
dnl Jaroslav Kysela <perex@suse.cz>
|
dnl Jaroslav Kysela <perex@perex.cz>
|
||||||
dnl AM_PATH_LD10K1([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
|
dnl AM_PATH_LD10K1([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
|
||||||
dnl Test for liblo10k1, and define LD10K1_CFLAGS and LD10K1_LIBS as appropriate.
|
dnl Test for liblo10k1, and define LD10K1_CFLAGS and LD10K1_LIBS as appropriate.
|
||||||
dnl enables arguments --with-ld10k1-prefix=
|
dnl enables arguments --with-ld10k1-prefix=
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue