mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Changed e-mail from <perex@jcu.cz> to <perex@suse.cz>..
This commit is contained in:
parent
ef61108225
commit
2e07583858
16 changed files with 19 additions and 19 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<H3 align=center><b>Jaroslav Kysela <perex@jcu.cz></b> with assistance from Alan Robinson and Fred Floberg</H3>
|
<H3 align=center><b>Jaroslav Kysela <perex@suse.cz></b> with assistance from Alan Robinson and Fred Floberg</H3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ Advanced Linux Sound Architecture - Library API
|
||||||
|
|
||||||
|
|
||||||
\series bold
|
\series bold
|
||||||
Jaroslav Kysela <perex@jcu.cz>
|
Jaroslav Kysela <perex@suse.cz>
|
||||||
\series default
|
\series default
|
||||||
with assistance from Alan Robinson and Fred Floberg
|
with assistance from Alan Robinson and Fred Floberg
|
||||||
\layout Date
|
\layout Date
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ ST: Status of coding
|
||||||
NT: Note
|
NT: Note
|
||||||
RP: Responsible person
|
RP: Responsible person
|
||||||
|
|
||||||
This file is maintained by Jaroslav Kysela <perex@jcu.cz>.
|
This file is maintained by Jaroslav Kysela <perex@suse.cz>.
|
||||||
=====
|
=====
|
||||||
|
|
||||||
Library code
|
Library code
|
||||||
|
|
@ -15,15 +15,15 @@ This file is maintained by Jaroslav Kysela <perex@jcu.cz>.
|
||||||
|
|
||||||
1: Control interface routines
|
1: Control interface routines
|
||||||
ST: Low-Level code done
|
ST: Low-Level code done
|
||||||
RP: Jaroslav Kysela <perex@jcu.cz>
|
RP: Jaroslav Kysela <perex@suse.cz>
|
||||||
1.1: Network layer
|
1.1: Network layer
|
||||||
2: MIXER routines
|
2: MIXER routines
|
||||||
ST: Low-Level code done
|
ST: Low-Level code done
|
||||||
RP: Jaroslav Kysela <perex@jcu.cz>
|
RP: Jaroslav Kysela <perex@suse.cz>
|
||||||
2.1: Network layer
|
2.1: Network layer
|
||||||
3: PCM routines
|
3: PCM routines
|
||||||
ST: Low-Level code done
|
ST: Low-Level code done
|
||||||
RP: Jaroslav Kysela <perex@jcu.cz>
|
RP: Jaroslav Kysela <perex@suse.cz>
|
||||||
3.1: Network layer + mixing routines to allow playback more than one input
|
3.1: Network layer + mixing routines to allow playback more than one input
|
||||||
to one exclusive device
|
to one exclusive device
|
||||||
3.2: Player routines for digital data (.wav,.snd,.mp3 etc...) (???)
|
3.2: Player routines for digital data (.wav,.snd,.mp3 etc...) (???)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Application interface library for the ALSA driver
|
* Application interface library for the ALSA driver
|
||||||
* Copyright (c) by Jaroslav Kysela <perex@jcu.cz>
|
* Copyright (c) by Jaroslav Kysela <perex@suse.cz>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or modify
|
* This library is free software; you can redistribute it and/or modify
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Application interface library for the ALSA driver
|
* Application interface library for the ALSA driver
|
||||||
* Copyright (c) 1994/98 by Jaroslav Kysela <perex@jcu.cz>
|
* Copyright (c) 1994/98 by Jaroslav Kysela <perex@suse.cz>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm/byteorder.h>
|
#include <asm/byteorder.h>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Control Interface - main file
|
* Control Interface - main file
|
||||||
* Copyright (c) 1998 by Jaroslav Kysela <perex@jcu.cz>
|
* Copyright (c) 1998 by Jaroslav Kysela <perex@suse.cz>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or modify
|
* This library is free software; you can redistribute it and/or modify
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Control Interface - main file
|
* Control Interface - main file
|
||||||
* Copyright (c) 1998 by Jaroslav Kysela <perex@jcu.cz>
|
* Copyright (c) 1998 by Jaroslav Kysela <perex@suse.cz>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or modify
|
* This library is free software; you can redistribute it and/or modify
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Control Interface - defaults
|
* Control Interface - defaults
|
||||||
* Copyright (c) 1998 by Jaroslav Kysela <perex@jcu.cz>
|
* Copyright (c) 1998 by Jaroslav Kysela <perex@suse.cz>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or modify
|
* This library is free software; you can redistribute it and/or modify
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Error Routines
|
* Error Routines
|
||||||
* Copyright (c) 1998 by Jaroslav Kysela <perex@jcu.cz>
|
* Copyright (c) 1998 by Jaroslav Kysela <perex@suse.cz>
|
||||||
*
|
*
|
||||||
* snd_strerror routine needs to be recoded for locale support
|
* snd_strerror routine needs to be recoded for locale support
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Mixer Interface - elements
|
* Mixer Interface - elements
|
||||||
* Copyright (c) 1999 by Jaroslav Kysela <perex@jcu.cz>
|
* Copyright (c) 1999 by Jaroslav Kysela <perex@suse.cz>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or modify
|
* This library is free software; you can redistribute it and/or modify
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Mixer Interface - main file
|
* Mixer Interface - main file
|
||||||
* Copyright (c) 1998 by Jaroslav Kysela <perex@jcu.cz>
|
* Copyright (c) 1998 by Jaroslav Kysela <perex@suse.cz>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or modify
|
* This library is free software; you can redistribute it and/or modify
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* PCM Interface - main file
|
* PCM Interface - main file
|
||||||
* Copyright (c) 1998 by Jaroslav Kysela <perex@jcu.cz>
|
* Copyright (c) 1998 by Jaroslav Kysela <perex@suse.cz>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or modify
|
* This library is free software; you can redistribute it and/or modify
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* PCM LoopBack Interface - main file
|
* PCM LoopBack Interface - main file
|
||||||
* Copyright (c) 1998 by Jaroslav Kysela <perex@jcu.cz>
|
* Copyright (c) 1998 by Jaroslav Kysela <perex@suse.cz>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or modify
|
* This library is free software; you can redistribute it and/or modify
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* RawMIDI Interface - main file
|
* RawMIDI Interface - main file
|
||||||
* Copyright (c) 1998 by Jaroslav Kysela <perex@jcu.cz>
|
* Copyright (c) 1998 by Jaroslav Kysela <perex@suse.cz>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or modify
|
* This library is free software; you can redistribute it and/or modify
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Sequencer Interface - main file
|
* Sequencer Interface - main file
|
||||||
* Copyright (c) 1998 by Jaroslav Kysela <perex@jcu.cz>
|
* Copyright (c) 1998 by Jaroslav Kysela <perex@suse.cz>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or modify
|
* This library is free software; you can redistribute it and/or modify
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Timer Interface - main file
|
* Timer Interface - main file
|
||||||
* Copyright (c) 1998 by Jaroslav Kysela <perex@jcu.cz>
|
* Copyright (c) 1998 by Jaroslav Kysela <perex@suse.cz>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or modify
|
* This library is free software; you can redistribute it and/or modify
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue