Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h1038 #define SNDRV_CTL_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 9) macro
/openbmc/linux/include/uapi/sound/
H A Dasound.h1038 #define SNDRV_CTL_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 9) macro
/openbmc/linux/sound/core/
H A Dcontrol.c2015 return put_user(SNDRV_CTL_VERSION, ip) ? -EFAULT : 0; in snd_ctl_ioctl()