From 0535d28240668ca1ecfd06ea7c1191294871395b Mon Sep 17 00:00:00 2001 From: Abramo Bagnara Date: Wed, 21 Jun 2000 14:58:20 +0000 Subject: [PATCH] Remove device, stream, subdevice selection and incorporated in info structs --- include/control.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/include/control.h b/include/control.h index 768a4ccf..d0864fdd 100644 --- a/include/control.h +++ b/include/control.h @@ -42,12 +42,11 @@ int snd_ctl_hw_info(snd_ctl_t *handle, struct snd_ctl_hw_info *info); int snd_ctl_switch_list(snd_ctl_t *handle, snd_switch_list_t * list); int snd_ctl_switch_read(snd_ctl_t *handle, snd_switch_t * sw); int snd_ctl_switch_write(snd_ctl_t *handle, snd_switch_t * sw); -int snd_ctl_hwdep_info(snd_ctl_t *handle, int dev, snd_hwdep_info_t * info); -int snd_ctl_pcm_info(snd_ctl_t *handle, int dev, snd_pcm_info_t * info); -int snd_ctl_pcm_stream_info(snd_ctl_t *handle, int dev, int channel, int subdev, snd_pcm_stream_info_t * info); -int snd_ctl_pcm_stream_prefer_subdevice(snd_ctl_t *handle, int dev, int channel, int subdev); -int snd_ctl_mixer_info(snd_ctl_t *handle, int dev, snd_mixer_info_t * info); -int snd_ctl_rawmidi_info(snd_ctl_t *handle, int dev, snd_rawmidi_info_t * info); +int snd_ctl_hwdep_info(snd_ctl_t *handle, snd_hwdep_info_t * info); +int snd_ctl_pcm_info(snd_ctl_t *handle, snd_pcm_info_t * info); +int snd_ctl_pcm_prefer_subdevice(snd_ctl_t *handle, int subdev); +int snd_ctl_mixer_info(snd_ctl_t *handle, snd_mixer_info_t * info); +int snd_ctl_rawmidi_info(snd_ctl_t *handle, snd_rawmidi_info_t * info); int snd_ctl_read(snd_ctl_t *handle, snd_ctl_callbacks_t * callbacks); #ifdef __cplusplus -- 2.47.1