]> git.alsa-project.org Git - alsa-lib.git/commit
Encapsulated hwdep. Converted all enums to type safety
authorAbramo Bagnara <abramo@alsa-project.org>
Mon, 5 Feb 2001 15:44:42 +0000 (15:44 +0000)
committerAbramo Bagnara <abramo@alsa-project.org>
Mon, 5 Feb 2001 15:44:42 +0000 (15:44 +0000)
commit5bf23ae9a1fd826533a59b603eb8d7394de6e617
treefb1fabfc0a2d476411c741edd7896241a199b055
parenta83b209df2e93743487512b4b5078eef1a7c9093
Encapsulated hwdep. Converted all enums to type safety
32 files changed:
include/Makefile.am
include/aserver.h
include/conf.h
include/control.h
include/global.h
include/header.h
include/hwdep.h
include/hwdep_m4.h [new file with mode: 0644]
include/input.h
include/local.h
include/mixer.h
include/output.h
include/pcm.h
include/rawmidi.h
include/seq.h
include/timer.h
src/conf.c
src/hwdep/Makefile.am
src/hwdep/hwdep.c
src/hwdep/hwdep_m4.c [new file with mode: 0644]
src/mixer/mixer.c
src/pcm/pcm.c
src/pcm/pcm_adpcm.c
src/pcm/pcm_alaw.c
src/pcm/pcm_linear.c
src/pcm/pcm_misc.c
src/pcm/pcm_mulaw.c
src/pcm/pcm_plug.c
src/pcm/pcm_rate.c
src/pcm/pcm_route.c
src/pcm/pcm_share.c
src/seq/seq_local.h