Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasound.h900 struct snd_ctl_elem_info { struct
901 struct snd_ctl_elem_id id; /* W: element ID */
902 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
903 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */
904 unsigned int count; /* count of values */
905 __kernel_pid_t owner; /* owner's PID of this control */
906 union {
925 } value;
926 union {
929 } dimen;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasound.h900 struct snd_ctl_elem_info { struct
901 struct snd_ctl_elem_id id; /* W: element ID */
902 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
903 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */
904 unsigned int count; /* count of values */
905 __kernel_pid_t owner; /* owner's PID of this control */
906 union {
925 } value;
926 union {
929 } dimen;
[all …]
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h1017 struct snd_ctl_elem_info { struct
1018 struct snd_ctl_elem_id id; /* W: element ID */
1019 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
1020 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */
1021 unsigned int count; /* count of values */
1022 __kernel_pid_t owner; /* owner's PID of this control */
1023 union {
1042 } value;
1043 unsigned char reserved[64];
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h1017 struct snd_ctl_elem_info { struct
1018 struct snd_ctl_elem_id id; /* W: element ID */
1019 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
1020 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */
1021 unsigned int count; /* count of values */
1022 __kernel_pid_t owner; /* owner's PID of this control */
1023 union {
1042 } value;
1043 unsigned char reserved[64];
/OK3568_Linux_fs/kernel/sound/core/
H A Dcontrol.c993 static int snd_ctl_elem_info(struct snd_ctl_file *ctl, in snd_ctl_elem_info() function