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

/linux-master/include/sound/
H A Dpcm.h235 unsigned int user_pversion; /* supported protocol version */ member in struct:snd_pcm_file
H A Drawmidi.h107 unsigned int user_pversion; /* supported protocol version */ member in struct:snd_rawmidi_file
/linux-master/sound/core/
H A Dpcm_native.c3307 if (get_user(pcm_file->user_pversion,
3723 if (pcm_file->user_pversion < SNDRV_PROTOCOL_VERSION(2, 0, 14) &&
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)) {
/linux-master/sound/core/seq/
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;
H A Dseq_clientmgr.h38 unsigned int user_pversion; member in struct:snd_seq_client

Completed in 319 milliseconds