Home
last modified time | relevance | path

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

/linux-3.4.99/include/sound/
Dasound.h501 #define SNDRV_RAWMIDI_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 0) macro
/linux-3.4.99/sound/core/
Drawmidi.c713 return put_user(SNDRV_RAWMIDI_VERSION, (int __user *)argp) ? -EFAULT : 0; in snd_rawmidi_ioctl()