Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/sound/
Dasound.h958 #define SNDRV_CTL_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 8) macro
/Linux-v6.1/tools/include/uapi/sound/
Dasound.h958 #define SNDRV_CTL_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 8) macro
/Linux-v6.1/sound/core/
Dcontrol.c1927 return put_user(SNDRV_CTL_VERSION, ip) ? -EFAULT : 0; in snd_ctl_ioctl()