]> git.alsa-project.org Git - alsa-lib.git/commit
Moved some prototypes from src/pcm/pcm_plugin.h to include/pcm_plugin.h.
authorJaroslav Kysela <perex@perex.cz>
Sat, 12 Jan 2002 10:52:42 +0000 (10:52 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sat, 12 Jan 2002 10:52:42 +0000 (10:52 +0000)
commit8c1887d7aff5221e9a4abd2baa14f6467c585263
tree6afd47d6e472446b1fe752edbaec87749f39ff2d
parentb36ad628f704c60d378a96642d38dff88f78b64b
Moved some prototypes from src/pcm/pcm_plugin.h to include/pcm_plugin.h.
Merged src/pcm/atomic.h to include/iatomic.h.
Added initial description of hw and hooks plugins.
18 files changed:
doc/doxygen.cfg
doc/index.doxygen
include/Makefile.am
include/iatomic.h
include/local.h
include/pcm_plugin.h [new file with mode: 0644]
src/conf.c
src/pcm/Makefile.am
src/pcm/atomic.c
src/pcm/atomic.h [deleted file]
src/pcm/pcm_hooks.c
src/pcm/pcm_hw.c
src/pcm/pcm_local.h
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