]> git.alsa-project.org Git - alsa-lib.git/commit
Reverted back the PCM API.
authorJaroslav Kysela <perex@perex.cz>
Thu, 19 Sep 2002 16:12:13 +0000 (16:12 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 19 Sep 2002 16:12:13 +0000 (16:12 +0000)
commit7f3942d827661d747b49d225e46ec4dccc5e5d46
treeb8512a5972456ac997cc16a3cfbbe104925ec0d6
parentec415ef3a95f2ad4b5acf62cbe0afd8b5658feb4
Reverted back the PCM API.
New snd_pcm_hw_params_* functions are available only explicitly when
ALSA_PCM_NEW_HW_PARAMS_API is defined.
Updated documentation and test code to new API.
15 files changed:
acconfig.h
aserver/aserver.c
configure.in
doc/doxygen.cfg
include/Makefile.am
include/aserver.h
include/pcm.h
src/Versions
src/control/control_shm.c
src/pcm/pcm.c
src/pcm/pcm_hw.c
src/pcm/pcm_shm.c
src/seq/seq_midi_event.c
test/latency.c
test/pcm.c