snd_pcm_info
int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info);
struct snd_pcm_info __user *info);
#define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
#define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
struct snd_pcm_info __user *info;
info = (struct snd_pcm_info __user *)arg;
struct snd_pcm_info *info __free(kfree) =
err = snd_pcm_info(substream, info);
int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info)
struct snd_pcm_info __user * _info)
struct snd_pcm_info *info __free(kfree) =
err = snd_pcm_info(substream, info);
#define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
#define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)