chiark / gitweb /
ALSA mixer support.
authorrjk@greenend.org.uk <>
Sun, 30 Dec 2007 20:13:20 +0000 (20:13 +0000)
committerrjk@greenend.org.uk <>
Sun, 30 Dec 2007 20:13:20 +0000 (20:13 +0000)
commitb25aac593c0321473525a3e5b12f406bd3961aec
tree7103ed8da56160d0cc0bc3e465cd35fb37115e39
parentbd8895a87731c72190ea2012f36583f796d4181a
ALSA mixer support.

Mixer configuration is no longer checked when reading the config file,
as with the current design this would force every DisOrder program to
link against all the sound libraries.
disobedience/Makefile.am
doc/disorder_config.5.in
lib/Makefile.am
lib/configuration.c
lib/mixer-alsa.c [new file with mode: 0644]
lib/mixer-oss.c
lib/mixer.c
lib/mixer.h
server/Makefile.am