Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_VERSION (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/sound/
Dasequencer.h31 #define SNDRV_SEQ_VERSION SNDRV_PROTOCOL_VERSION (1, 0, 1) macro
/linux-3.4.99/sound/core/seq/
Dseq_clientmgr.c2187 return put_user(SNDRV_SEQ_VERSION, (int __user *)arg) ? -EFAULT : 0; in snd_seq_do_ioctl()