Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h715 #define SNDRV_RAWMIDI_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 4) macro
/openbmc/linux/include/uapi/sound/
H A Dasound.h715 #define SNDRV_RAWMIDI_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 4) macro
/openbmc/linux/sound/core/
H A Drawmidi.c923 return put_user(SNDRV_RAWMIDI_VERSION, (int __user *)argp) ? -EFAULT : 0; in snd_rawmidi_ioctl()