Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/sound/
Dasound.h880 struct snd_ctl_elem_info { struct
881 struct snd_ctl_elem_id id; /* W: element ID */
882 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
883 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */
884 unsigned int count; /* count of values */
885 __kernel_pid_t owner; /* owner's PID of this control */
886 union {
905 } value;
906 union {
909 } dimen;
[all …]
/linux-4.1.27/sound/core/
Dcontrol.c808 static int snd_ctl_elem_info(struct snd_ctl_file *ctl, in snd_ctl_elem_info() function