diff options
author | Abramo Bagnara <abramo@alsa-project.org> | 2001-01-31 17:26:56 +0000 |
---|---|---|
committer | Abramo Bagnara <abramo@alsa-project.org> | 2001-01-31 17:26:56 +0000 |
commit | de194075780f7f405d374834b7f40b403ea2ae65 (patch) | |
tree | 407ec55c3e77e0b3bc8ca401f7fac7fbe0b14a15 /src/control/control_local.h | |
parent | 8e9a23acb5a2600a0e4d200d307d2fd9a348bb78 (diff) | |
download | alsa-lib-de194075780f7f405d374834b7f40b403ea2ae65.tar.gz |
Removed card type from devices info. Added card number to devices info. Completed encapsulation of PCM API. Removed snd_pcm_card(). All copy functions now have the form copy(dst, src).
Diffstat (limited to 'src/control/control_local.h')
-rw-r--r-- | src/control/control_local.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/control/control_local.h b/src/control/control_local.h index 9a571dec..f4953c97 100644 --- a/src/control/control_local.h +++ b/src/control/control_local.h @@ -20,13 +20,11 @@ */ #include <assert.h> -#include "asoundlib.h" #include "local.h" #include "list.h" typedef struct { int (*close)(snd_ctl_t *handle); - int (*card)(snd_ctl_t *handle); int (*poll_descriptor)(snd_ctl_t *handle); int (*hw_info)(snd_ctl_t *handle, snd_ctl_hw_info_t *info); int (*clist)(snd_ctl_t *handle, snd_control_list_t *list); |