diff options
author | Abramo Bagnara <abramo@alsa-project.org> | 2001-02-06 23:48:10 +0000 |
---|---|---|
committer | Abramo Bagnara <abramo@alsa-project.org> | 2001-02-06 23:48:10 +0000 |
commit | 8f0cb26fdfbd637765ed6ab65b365e43206c99f5 (patch) | |
tree | 79f0ba5e7099478557ea298343151bd4cb51d6db /src/mixer/mixer_local.h | |
parent | ccb399f0cdb5692c1ad523e3d03fb10f97bab588 (diff) | |
download | alsa-lib-8f0cb26fdfbd637765ed6ab65b365e43206c99f5.tar.gz |
Control API encapsulation. Better names for kernel API. Simpler PCM hw_params API. Added missing const.
Diffstat (limited to 'src/mixer/mixer_local.h')
-rw-r--r-- | src/mixer/mixer_local.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mixer/mixer_local.h b/src/mixer/mixer_local.h index 719084b5..b2d9543f 100644 --- a/src/mixer/mixer_local.h +++ b/src/mixer/mixer_local.h @@ -19,7 +19,6 @@ * */ -#include <assert.h> #include "local.h" #include "list.h" |