snd_ump_endpoint_info
struct snd_ump_endpoint_info info;
#define SNDRV_CTL_IOCTL_UMP_ENDPOINT_INFO _IOWR('U', 0x44, struct snd_ump_endpoint_info)
#define SNDRV_UMP_IOCTL_ENDPOINT_INFO _IOR('W', 0x40, struct snd_ump_endpoint_info)
struct snd_ump_endpoint_info __user *info = argp;
struct snd_ump_endpoint_info *ep = p;
struct snd_ump_endpoint_info *ep;
size = sizeof(struct snd_ump_endpoint_info);
#define SNDRV_CTL_IOCTL_UMP_ENDPOINT_INFO _IOWR('U', 0x44, struct snd_ump_endpoint_info)
#define SNDRV_UMP_IOCTL_ENDPOINT_INFO _IOR('W', 0x40, struct snd_ump_endpoint_info)