]> git.alsa-project.org Git - alsa-lib.git/commit
Configuration:
authorJaroslav Kysela <perex@perex.cz>
Mon, 19 Nov 2001 08:14:21 +0000 (08:14 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 19 Nov 2001 08:14:21 +0000 (08:14 +0000)
commitc39882f6021faa3b60bc36f73e0df71b741da967
tree0406a360086c5e95622d1d4a324859fc0006b5c5
parentef035eacfe13278b303cc41d34511fb949becef6
Configuration:
  - changed snd_config_get_id function to follow semantic of other get functions
  - added snd_config_test_id
  - added runtime pointer type (not persistent)
    - added snd_config_make_pointer, snd_config_set_pointer, snd_config_get_pointer
  - added type/contents checking for callback functions
    - changed 'void *private_data' to 'snd_config_t *private_data'
  - renamed card_strtype functions to card_driver
Control:
  - fixed passing parameters to snd_ctl_async
Async handlers:
  - added public snd_async_handler_get_signo function
Documentation:
  - moved all documentation to source files
52 files changed:
aserver/aserver.c
doc/conf.doxygen [deleted file]
doc/confarg.doxygen [deleted file]
doc/conffunc.doxygen [deleted file]
doc/doxygen.cfg
doc/pcm.doxygen [deleted file]
include/conf.h
include/control.h
include/global.h
include/local.h
include/pcm.h
src/async.c
src/conf.c
src/conf/pcm/center_lfe.conf
src/conf/pcm/front.conf
src/conf/pcm/iec958.conf
src/conf/pcm/rear.conf
src/conf/pcm/surround40.conf
src/conf/pcm/surround51.conf
src/confmisc.c
src/control/control.c
src/control/control_hw.c
src/control/control_shm.c
src/control/setup.c
src/dlmisc.c
src/hwdep/hwdep.c
src/hwdep/hwdep_hw.c
src/pcm/pcm.c
src/pcm/pcm_adpcm.c
src/pcm/pcm_alaw.c
src/pcm/pcm_copy.c
src/pcm/pcm_file.c
src/pcm/pcm_hooks.c
src/pcm/pcm_hw.c
src/pcm/pcm_linear.c
src/pcm/pcm_meter.c
src/pcm/pcm_mulaw.c
src/pcm/pcm_multi.c
src/pcm/pcm_null.c
src/pcm/pcm_plug.c
src/pcm/pcm_rate.c
src/pcm/pcm_route.c
src/pcm/pcm_share.c
src/pcm/pcm_shm.c
src/rawmidi/rawmidi.c
src/rawmidi/rawmidi_hw.c
src/seq/seq.c
src/seq/seq_hw.c
src/timer/timer.c
src/timer/timer_hw.c
src/timer/timer_query.c
src/timer/timer_query_hw.c