From: Abramo Bagnara Date: Wed, 21 Jun 2000 14:58:20 +0000 (+0000) Subject: Remove device, stream, subdevice selection and incorporated in info structs X-Git-Tag: v1.0.3~1221 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=0535d28240668ca1ecfd06ea7c1191294871395b;p=alsa-lib.git Remove device, stream, subdevice selection and incorporated in info structs --- 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