Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/sound/
Dasound.h616 #define SNDRV_RAWMIDI_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 0) macro
/Linux-v4.19/include/uapi/sound/
Dasound.h616 #define SNDRV_RAWMIDI_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 0) macro
/Linux-v4.19/sound/core/
Drawmidi.c730 return put_user(SNDRV_RAWMIDI_VERSION, (int __user *)argp) ? -EFAULT : 0; in snd_rawmidi_ioctl()