Home
last modified time | relevance | path

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

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