snd_seq_client_info
#define SNDRV_SEQ_IOCTL_GET_CLIENT_INFO _IOWR('S', 0x10, struct snd_seq_client_info)
#define SNDRV_SEQ_IOCTL_SET_CLIENT_INFO _IOW ('S', 0x11, struct snd_seq_client_info)
#define SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT _IOWR('S', 0x51, struct snd_seq_client_info)
struct snd_seq_client_info *clinfo __free(kfree) =
struct snd_seq_client_info *info)
struct snd_seq_client_info *client_info = arg;
struct snd_seq_client_info *client_info = arg;
struct snd_seq_client_info *info = arg;
struct snd_seq_client_info client_info;