OSDN Git Service

added snd_hctl_ctl() function
authorJaroslav Kysela <perex@perex.cz>
Tue, 9 Sep 2003 19:24:35 +0000 (19:24 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 9 Sep 2003 19:24:35 +0000 (19:24 +0000)
commit60585e25fca3e31a2828f03170c8c1d6bb36c5fc
treec80d9164267d0f71f1e66121358b07abe3ae1792
parent668a300229401fc8381ad8381e975cb9d9d23ea9
added snd_hctl_ctl() function
ordinary mixer:
  - revised Ordinary Mixer I/O type
  - sndo_mixer_open() take PCMs rather than strings to pass
    the real relationship
  - an initial version of toplevel alisp script
more alisp development:
  - renamed a* functions to A* functions (acall -> Acall etc.)
  - many improvements (unset*, exfun, Acall pcm_info, Asnderr, Asyserr)
16 files changed:
alsalisp/hctl.lisp
configure.in
include/control.h
include/mixer_ordinary.h
src/Versions
src/alisp/alisp.c
src/alisp/alisp_snd.c
src/conf/Makefile.am
src/conf/cards/Makefile.am
src/conf/cards/SI7018/sndoc-mixer.alisp [new file with mode: 0644]
src/conf/cards/SI7018/sndop-mixer.alisp [new file with mode: 0644]
src/conf/cards/aliases.alisp [new file with mode: 0644]
src/conf/sndo-mixer.alisp [new file with mode: 0644]
src/control/hcontrol.c
src/ordinary_mixer/ordinary_mixer.c
test/omixer.c