Home
last modified time | relevance | path

Searched refs:user_pversion (Results 1 – 4 of 4) sorted by relevance

/linux/sound/core/seq/
H A Dseq_clientmgr.h41 unsigned int user_pversion; member
H A Dseq_clientmgr.c1151 client->user_pversion = *(unsigned int *)arg; in snd_seq_ioctl_system_info()
1263 if (client->user_pversion >= SNDRV_PROTOCOL_VERSION(1, 0, 3)) {
1280 if (client->user_pversion >= SNDRV_PROTOCOL_VERSION(1, 0, 3)) in snd_seq_ioctl_create_port()
1695 if (client->user_pversion >= SNDRV_PROTOCOL_VERSION(1, 0, 4)) in snd_seq_ioctl_get_queue_timer()
1717 if (client->user_pversion < SNDRV_PROTOCOL_VERSION(1, 0, 4)) in snd_seq_ioctl_get_queue_timer()
2336 client->user_pversion = SNDRV_SEQ_VERSION; in snd_seq_delete_kernel_client()
/linux/sound/core/
H A Drawmidi.c480 rawmidi_file->user_pversion = 0; in snd_rawmidi_open()
918 if (get_user(rfile->user_pversion, (unsigned int __user *)arg)) in snd_rawmidi_ioctl()
928 if (rfile->user_pversion < SNDRV_PROTOCOL_VERSION(2, 0, 2)) { in snd_rawmidi_ioctl()
H A Dpcm_native.c3421 if (get_user(pcm_file->user_pversion, in snd_pcm_common_ioctl()
3835 if (pcm_file->user_pversion < SNDRV_PROTOCOL_VERSION(2, 0, 14) &&