Home
last modified time | relevance | path

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

/external/kernel-headers/original/sound/
Dasound.h778 struct snd_ctl_elem_info { struct
779 struct snd_ctl_elem_id id; /* W: element ID */
780 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
781 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */
782 unsigned int count; /* count of values */
783 __kernel_pid_t owner; /* owner's PID of this control */
784 union {
801 } value;
802 union {
805 } dimen;
[all …]