Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/sound/
Dasound.h804 #define SNDRV_CTL_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 7) macro
/linux-4.4.14/sound/core/
Dcontrol.c1475 return put_user(SNDRV_CTL_VERSION, ip) ? -EFAULT : 0; in snd_ctl_ioctl()