diff options
author | Jaroslav Kysela <perex@perex.cz> | 2001-05-03 15:11:35 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2001-05-03 15:11:35 +0000 |
commit | b72c78f887305542d14ab8321ae380e8da126fc9 (patch) | |
tree | a632e7873a3327333ed17a72e3ad751f4cb7c705 /src/control/control_local.h | |
parent | b8abb93bb7dc2fa38defa59ec8edd7bb78fb1207 (diff) |
Removed snd_ctl_pcm_surround_next_device function.
Diffstat (limited to 'src/control/control_local.h')
-rw-r--r-- | src/control/control_local.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/control/control_local.h b/src/control/control_local.h index 69ae2faa..01b8013a 100644 --- a/src/control/control_local.h +++ b/src/control/control_local.h @@ -38,7 +38,6 @@ typedef struct _snd_ctl_ops { int (*hwdep_next_device)(snd_ctl_t *handle, int *device); int (*hwdep_info)(snd_ctl_t *handle, snd_hwdep_info_t * info); int (*pcm_next_device)(snd_ctl_t *handle, int *device); - int (*pcm_surround_next_device)(snd_ctl_t *handle, snd_pcm_surround_type_t type, int *device); int (*pcm_info)(snd_ctl_t *handle, snd_pcm_info_t * info); int (*pcm_prefer_subdevice)(snd_ctl_t *handle, int subdev); int (*rawmidi_next_device)(snd_ctl_t *handle, int *device); |