diff options
author | Jaroslav Kysela <perex@perex.cz> | 2000-12-22 14:03:01 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2000-12-22 14:03:01 +0000 |
commit | 9acdef38c9953436801989a620fb6b705baf6855 (patch) | |
tree | 381d0c475675dc05fc3622717bab59289d55b504 /src/control/control_local.h | |
parent | c268a4bf560790dff0b42dd77793d7e5adb9bd5f (diff) |
Added snd_*_card() functions.
Diffstat (limited to 'src/control/control_local.h')
-rw-r--r-- | src/control/control_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/control_local.h b/src/control/control_local.h index 9a13521e..5bd9f197 100644 --- a/src/control/control_local.h +++ b/src/control/control_local.h @@ -33,6 +33,7 @@ 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); |