Home
last modified time | relevance | path

Searched defs:snd_ctl_elem_info (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/include/uapi/sound/
A Dasound.h1036 struct snd_ctl_elem_info { struct
1037 struct snd_ctl_elem_id id; /* W: element ID */
1038 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
1039 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */
1040 unsigned int count; /* count of values */
1041 __kernel_pid_t owner; /* owner's PID of this control */
1042 union {
1061 } value;
1062 unsigned char reserved[64];
/linux-6.3-rc2/tools/include/uapi/sound/
A Dasound.h1036 struct snd_ctl_elem_info { struct
1037 struct snd_ctl_elem_id id; /* W: element ID */
1038 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
1039 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */
1040 unsigned int count; /* count of values */
1041 __kernel_pid_t owner; /* owner's PID of this control */
1042 union {
1061 } value;
1062 unsigned char reserved[64];
/linux-6.3-rc2/sound/core/
A Dcontrol.c1160 static int snd_ctl_elem_info(struct snd_ctl_file *ctl, in snd_ctl_elem_info() function

Completed in 24 milliseconds