Home
last modified time | relevance | path

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

/device/google/coral-kernel/sm8150/kernel-headers/sound/
Dasound.h717 struct snd_ctl_elem_info { struct
718 struct snd_ctl_elem_id id;
719 snd_ctl_elem_type_t type;
720 unsigned int access;
721 unsigned int count;
722 __kernel_pid_t owner;
723 union {
742 } value;
743 union {
746 } dimen;
[all …]
/device/google/bonito/sdm710/kernel-headers/sound/
Dasound.h711 struct snd_ctl_elem_info { struct
712 struct snd_ctl_elem_id id;
713 snd_ctl_elem_type_t type;
714 unsigned int access;
715 unsigned int count;
716 __kernel_pid_t owner;
717 union {
736 } value;
737 union {
740 } dimen;
[all …]
/device/google/crosshatch/sdm845/kernel-headers/sound/
Dasound.h711 struct snd_ctl_elem_info { struct
712 struct snd_ctl_elem_id id;
713 snd_ctl_elem_type_t type;
714 unsigned int access;
715 unsigned int count;
716 __kernel_pid_t owner;
717 union {
736 } value;
737 union {
740 } dimen;
[all …]
/device/google/bonito/sdm710/original-kernel-headers/sound/
Dasound.h887 struct snd_ctl_elem_info { struct
888 struct snd_ctl_elem_id id; /* W: element ID */
889 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
890 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */
891 unsigned int count; /* count of values */
892 __kernel_pid_t owner; /* owner's PID of this control */
893 union {
912 } value;
913 union {
916 } dimen;
[all …]
/device/google/coral-kernel/sm8150/original-kernel-headers/sound/
Dasound.h896 struct snd_ctl_elem_info { struct
897 struct snd_ctl_elem_id id; /* W: element ID */
898 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
899 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */
900 unsigned int count; /* count of values */
901 __kernel_pid_t owner; /* owner's PID of this control */
902 union {
921 } value;
922 union {
925 } dimen;
[all …]
/device/google/crosshatch/sdm845/original-kernel-headers/sound/
Dasound.h887 struct snd_ctl_elem_info { struct
888 struct snd_ctl_elem_id id; /* W: element ID */
889 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
890 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */
891 unsigned int count; /* count of values */
892 __kernel_pid_t owner; /* owner's PID of this control */
893 union {
912 } value;
913 union {
916 } dimen;
[all …]