OSDN Git Service

Added support for async. Added error callback (and begun to use it). First implementa...
authorAbramo Bagnara <abramo@alsa-project.org>
Wed, 11 Oct 2000 12:37:27 +0000 (12:37 +0000)
committerAbramo Bagnara <abramo@alsa-project.org>
Wed, 11 Oct 2000 12:37:27 +0000 (12:37 +0000)
commitdcc88ffaa7eca209b39b0ae5f8be67105020c283
tree48a44c5a3b69ca3f3fe4158033aefb4442671ceb
parentd07934a53704c486b793921435cb57d303f98365
Added support for async. Added error callback (and begun to use it). First implementation of pcm_share
20 files changed:
aserver/aserver.c
include/aserver.h
include/pcm.h
src/pcm/Makefile.am
src/pcm/pcm.c
src/pcm/pcm_adpcm.c
src/pcm/pcm_alaw.c
src/pcm/pcm_client.c
src/pcm/pcm_file.c
src/pcm/pcm_hw.c
src/pcm/pcm_linear.c
src/pcm/pcm_local.h
src/pcm/pcm_mulaw.c
src/pcm/pcm_multi.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 [new file with mode: 0644]