]> git.alsa-project.org Git - alsa-lib.git/commit
Changed data type of alsa-lib handles from 'void *' to the specific type for
authorFrank van de Pol <fvdpol@home.nl>
Wed, 2 Jun 1999 00:40:30 +0000 (00:40 +0000)
committerFrank van de Pol <fvdpol@home.nl>
Wed, 2 Jun 1999 00:40:30 +0000 (00:40 +0000)
commit19811bb9b4f62542087261d6e0a947badb334461
tree03610b517e0ab771a1491d022b7a42e579da5aa4
parent9679707a002c5aac6bc7fccbc53c4305ef5b8607
Changed data type of alsa-lib handles from 'void *' to the specific type for
the handle in use. This should be more type-safe as the compiler will perform
checking on type now.
15 files changed:
include/control.h
include/mixer.h
include/pcm.h
include/rawmidi.h
include/seq.h
include/timer.h
src/control/cards.c
src/control/control.c
src/mixer/elements.c
src/mixer/mixer.c
src/pcm/pcm.c
src/pcm/pcm_loopback.c
src/rawmidi/rawmidi.c
src/seq/seq.c
src/timer/timer.c