Searched refs:user_pversion (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/sound/core/seq/ |
| D | seq_clientmgr.h | 38 unsigned int user_pversion; member
|
| D | seq_clientmgr.c | 1156 client->user_pversion = *(unsigned int *)arg; in snd_seq_ioctl_user_pversion() 1281 if (client->user_pversion >= SNDRV_PROTOCOL_VERSION(1, 0, 3) && in snd_seq_ioctl_set_client_info() 1291 if (client->user_pversion >= SNDRV_PROTOCOL_VERSION(1, 0, 3)) in snd_seq_ioctl_set_client_info() 2385 client->user_pversion = SNDRV_SEQ_VERSION; in snd_seq_create_kernel_client()
|
| /Linux-v6.6/include/sound/ |
| D | rawmidi.h | 107 unsigned int user_pversion; /* supported protocol version */ member
|
| D | pcm.h | 223 unsigned int user_pversion; /* supported protocol version */ member
|
| /Linux-v6.6/sound/core/ |
| D | rawmidi.c | 495 rawmidi_file->user_pversion = 0; in snd_rawmidi_open() 941 if (get_user(rfile->user_pversion, (unsigned int __user *)arg)) in snd_rawmidi_ioctl() 951 if (rfile->user_pversion < SNDRV_PROTOCOL_VERSION(2, 0, 2)) { in snd_rawmidi_ioctl()
|
| D | pcm_native.c | 3315 if (get_user(pcm_file->user_pversion, in snd_pcm_common_ioctl() 3734 if (pcm_file->user_pversion < SNDRV_PROTOCOL_VERSION(2, 0, 14) && in pcm_status_mmap_allowed()
|