Home
last modified time | relevance | path

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

/linux-6.15/sound/core/seq/
H A Dseq_clientmgr.h38 unsigned int user_pversion; member
H A Dseq_clientmgr.c1187 client->user_pversion = *(unsigned int *)arg; in snd_seq_ioctl_user_pversion()
1311 if (client->user_pversion >= SNDRV_PROTOCOL_VERSION(1, 0, 3)) { in snd_seq_ioctl_set_client_info()
1328 if (client->user_pversion >= SNDRV_PROTOCOL_VERSION(1, 0, 3)) in snd_seq_ioctl_set_client_info()
1765 if (client->user_pversion >= SNDRV_PROTOCOL_VERSION(1, 0, 4)) in snd_seq_ioctl_get_queue_tempo()
1788 if (client->user_pversion < SNDRV_PROTOCOL_VERSION(1, 0, 4)) in snd_seq_ioctl_set_queue_tempo()
2443 client->user_pversion = SNDRV_SEQ_VERSION; in snd_seq_create_kernel_client()
/linux-6.15/include/sound/
H A Drawmidi.h108 unsigned int user_pversion; /* supported protocol version */ member
H A Dpcm.h240 unsigned int user_pversion; /* supported protocol version */ member
/linux-6.15/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.c3330 if (get_user(pcm_file->user_pversion, in snd_pcm_common_ioctl()
3746 if (pcm_file->user_pversion < SNDRV_PROTOCOL_VERSION(2, 0, 14) && in pcm_status_mmap_allowed()