]> git.alsa-project.org Git - alsa-lib.git/commit
- splitted pcm channels in two different devices to handle mmap correctly
authorAbramo Bagnara <abramo@alsa-project.org>
Sat, 8 Jan 2000 20:11:33 +0000 (20:11 +0000)
committerAbramo Bagnara <abramo@alsa-project.org>
Sat, 8 Jan 2000 20:11:33 +0000 (20:11 +0000)
commit63f5a79562f8dfe7806f8877be796110141b2050
treeebf789b4970fdbaefd59955e42c14755dfd02db8
parent62380b0f4367c1031b3005909bcb3f6152b9af7a
- splitted pcm channels in two different devices to handle mmap correctly
- removed mmap control device
- reordered pcm shared and not shared code
- changed O_WRONLY oss pcm modifier in a more symmetric and elegant way
- changed slightly control interface
- added snd-debug-check
- uniformed null pointer check
- fixed a typo in linear plugin
include/control.h
include/pcm.h
src/control/control.c
src/pcm/pcm.c
src/pcm/pcm_local.h
src/pcm/pcm_plugin_build.c
src/pcm/plugin/interleave.c
src/pcm/plugin/linear.c
src/pcm/plugin/mulaw.c
src/pcm/plugin/rate.c
src/pcm/plugin/voices.c