OSDN Git Service

Merged pcmfinal branch.
authorJaroslav Kysela <perex@perex.cz>
Mon, 20 Nov 2000 20:10:46 +0000 (20:10 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 20 Nov 2000 20:10:46 +0000 (20:10 +0000)
commit41bb7068f2e8b54c73874f40efcc89204f9992e0
tree849db082c98e4442e480d5b673bd42c2ab0ec339
parent3cc2b957fbe73dcdf34f34ce70e6b85e06d915d0
Merged pcmfinal branch.
57 files changed:
TODO
aserver/aserver.c
include/aserver.h
include/conf.h
include/control.h
include/header.h
include/hwdep.h
include/instr.h
include/mixer.h
include/pcm.h
include/rawmidi.h
include/seq.h
include/timer.h
src/control/cards.c
src/control/control.c
src/control/control_hw.c
src/control/control_local.h
src/control/control_shm.c
src/error.c
src/hwdep/hwdep.c
src/instr/iwffff.c
src/mixer/mixer_local.h
src/pcm/pcm.c
src/pcm/pcm_adpcm.c
src/pcm/pcm_alaw.c
src/pcm/pcm_file.c
src/pcm/pcm_hw.c
src/pcm/pcm_linear.c
src/pcm/pcm_local.h
src/pcm/pcm_misc.c
src/pcm/pcm_mmap.c
src/pcm/pcm_mulaw.c
src/pcm/pcm_multi.c
src/pcm/pcm_null.c
src/pcm/pcm_plug.c
src/pcm/pcm_plugin.c
src/pcm/pcm_plugin.h
src/pcm/pcm_rate.c
src/pcm/pcm_route.c
src/pcm/pcm_share.c
src/pcm/pcm_shm.c
src/rawmidi/Makefile.am
src/rawmidi/rawmidi.c
src/rawmidi/rawmidi_hw.c [new file with mode: 0644]
src/rawmidi/rawmidi_local.h [new file with mode: 0644]
src/seq/Makefile.am
src/seq/seq.c
src/seq/seq_hw.c [new file with mode: 0644]
src/seq/seq_local.h [new file with mode: 0644]
src/seq/seq_priv.h [deleted file]
src/seq/seqmid.c
src/timer/timer.c
test/latency.c
test/pause.c
test/pcm.c
test/pcmtest.c
test/seq-sender.c