snd_hwdep_info
#define SNDRV_CTL_IOCTL_HWDEP_INFO _IOR('U', 0x21, struct snd_hwdep_info)
#define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info)
struct snd_hwdep_info __user *_info)
struct snd_hwdep_info info;
return snd_hwdep_info(hw, argp);
struct snd_hwdep_info __user *info = (struct snd_hwdep_info __user *)arg;
return snd_hwdep_info(hwdep, info);
#define SNDRV_CTL_IOCTL_HWDEP_INFO _IOR('U', 0x21, struct snd_hwdep_info)
#define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info)