Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h1085 #define SNDRV_CTL_ELEM_ACCESS_USER (1<<29) /* user space element */ macro
/openbmc/linux/include/uapi/sound/
H A Dasound.h1085 #define SNDRV_CTL_ELEM_ACCESS_USER (1<<29) /* user space element */ macro
/openbmc/linux/sound/core/
H A Dcontrol.c678 if (!(kctl->vd[0].access & SNDRV_CTL_ELEM_ACCESS_USER)) { in snd_ctl_remove_user_ctl()
1750 access |= SNDRV_CTL_ELEM_ACCESS_USER; in snd_ctl_elem_add()