Searched refs:user_pversion (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/core/seq/ |
| H A D | seq_clientmgr.h | 41 unsigned int user_pversion; member
|
| H A D | seq_clientmgr.c | 1168 client->user_pversion = *(unsigned int *)arg; in snd_seq_ioctl_user_pversion() 1280 if (client->user_pversion >= SNDRV_PROTOCOL_VERSION(1, 0, 3)) { in snd_seq_ioctl_set_client_info() 1297 if (client->user_pversion >= SNDRV_PROTOCOL_VERSION(1, 0, 3)) in snd_seq_ioctl_set_client_info() 1712 if (client->user_pversion >= SNDRV_PROTOCOL_VERSION(1, 0, 4)) in snd_seq_ioctl_get_queue_tempo() 1734 if (client->user_pversion < SNDRV_PROTOCOL_VERSION(1, 0, 4)) in snd_seq_ioctl_set_queue_tempo() 2353 client->user_pversion = SNDRV_SEQ_VERSION; in snd_seq_create_kernel_client()
|
| /linux/include/sound/ |
| H A D | rawmidi.h | 108 unsigned int user_pversion; /* supported protocol version */ member
|
| /linux/sound/core/ |
| H A D | rawmidi.c | 480 rawmidi_file->user_pversion = 0; in snd_rawmidi_open() 921 if (get_user(rfile->user_pversion, (unsigned int __user *)arg)) in snd_rawmidi_ioctl() 931 if (rfile->user_pversion < SNDRV_PROTOCOL_VERSION(2, 0, 2)) { in snd_rawmidi_ioctl()
|
| H A D | pcm_native.c | 3432 if (get_user(pcm_file->user_pversion, in snd_pcm_common_ioctl() 3846 if (pcm_file->user_pversion < SNDRV_PROTOCOL_VERSION(2, 0, 14) && in pcm_status_mmap_allowed()
|