OSDN Git Service

Merged pcm-v2 branch into main CVS tree.
authorJaroslav Kysela <perex@perex.cz>
Sat, 6 Nov 1999 23:47:07 +0000 (23:47 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sat, 6 Nov 1999 23:47:07 +0000 (23:47 +0000)
commit600dc6ae32a2711758385ce0dd7b0a3201a9207f
tree81f6ff10eb864e7c944999efdcd14d7fbd3feb3c
parent4b8fda39979707692aee664abc0f166c2a7cc07a
Merged pcm-v2 branch into main CVS tree.
22 files changed:
configure.in
include/control.h
include/pcm.h
src/control/control.c
src/mixer/mixer.c
src/pcm/Makefile.am
src/pcm/pcm.c
src/pcm/pcm_local.h [new file with mode: 0644]
src/pcm/pcm_plugin.c [new file with mode: 0644]
src/pcm/plugin/Makefile.am [new file with mode: 0644]
src/pcm/plugin/block.c [new file with mode: 0644]
src/pcm/plugin/interleave.c [new file with mode: 0644]
src/pcm/plugin/linear.c [new file with mode: 0644]
src/pcm/plugin/mmap.c [new file with mode: 0644]
src/pcm/plugin/mulaw.c [new file with mode: 0644]
src/pcm/plugin/mulaw.h [new file with mode: 0644]
src/pcm/plugin/stream.c [new file with mode: 0644]
src/rawmidi/rawmidi.c
src/timer/timer.c
test/Makefile.am
test/latency.c
test/pcmtest.c [new file with mode: 0644]