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

/linux-master/sound/core/seq/
H A Dseq_clientmgr.h38 unsigned int user_pversion; member in struct:snd_seq_client
H A Dseq_clientmgr.c1156 client->user_pversion = *(unsigned int *)arg;
1281 if (client->user_pversion >= SNDRV_PROTOCOL_VERSION(1, 0, 3) &&
1291 if (client->user_pversion >= SNDRV_PROTOCOL_VERSION(1, 0, 3))
2385 client->user_pversion = SNDRV_SEQ_VERSION;
/linux-master/include/sound/
H A Drawmidi.h107 unsigned int user_pversion; /* supported protocol version */ member in struct:snd_rawmidi_file
H A Dpcm.h230 unsigned int user_pversion; /* supported protocol version */ member in struct:snd_pcm_file
/linux-master/sound/core/
H A Drawmidi.c480 rawmidi_file->user_pversion = 0;
913 if (get_user(rfile->user_pversion, (unsigned int __user *)arg))
923 if (rfile->user_pversion < SNDRV_PROTOCOL_VERSION(2, 0, 2)) {
H A Dpcm_native.c3307 if (get_user(pcm_file->user_pversion,
3723 if (pcm_file->user_pversion < SNDRV_PROTOCOL_VERSION(2, 0, 14) &&

Completed in 203 milliseconds