Symbol: snd_ctl_elem_type_t
drivers/staging/greybus/audio_topology.c
181
uinfo->type = (__force snd_ctl_elem_type_t)info->type;
include/uapi/sound/asound.h
1076
#define SNDRV_CTL_ELEM_TYPE_NONE ((__force snd_ctl_elem_type_t) 0) /* invalid */
include/uapi/sound/asound.h
1077
#define SNDRV_CTL_ELEM_TYPE_BOOLEAN ((__force snd_ctl_elem_type_t) 1) /* boolean type */
include/uapi/sound/asound.h
1078
#define SNDRV_CTL_ELEM_TYPE_INTEGER ((__force snd_ctl_elem_type_t) 2) /* integer type */
include/uapi/sound/asound.h
1079
#define SNDRV_CTL_ELEM_TYPE_ENUMERATED ((__force snd_ctl_elem_type_t) 3) /* enumerated type */
include/uapi/sound/asound.h
1080
#define SNDRV_CTL_ELEM_TYPE_BYTES ((__force snd_ctl_elem_type_t) 4) /* byte array */
include/uapi/sound/asound.h
1081
#define SNDRV_CTL_ELEM_TYPE_IEC958 ((__force snd_ctl_elem_type_t) 5) /* IEC958 (S/PDIF) setup */
include/uapi/sound/asound.h
1082
#define SNDRV_CTL_ELEM_TYPE_INTEGER64 ((__force snd_ctl_elem_type_t) 6) /* 64-bit integer type */
include/uapi/sound/asound.h
1141
snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
sound/core/control_compat.c
192
static int get_elem_size(snd_ctl_elem_type_t type, int count)
sound/core/control_compat.c
239
size = get_elem_size((__force snd_ctl_elem_type_t)type, count);
sound/core/control_compat.c
272
size = get_elem_size((__force snd_ctl_elem_type_t)type, count);
sound/core/vmaster.c
18
snd_ctl_elem_type_t type; /* value type */
sound/pci/ice1712/wm8766.h
121
snd_ctl_elem_type_t type;
sound/pci/ice1712/wm8776.h
177
snd_ctl_elem_type_t type;
sound/soc/soc-ops-test.c
307
static const char *control_type_str(const snd_ctl_elem_type_t type)
sound/usb/mixer_scarlett2.c
271
snd_ctl_elem_type_t type;
sound/virtio/virtio_kctl.c
12
static const snd_ctl_elem_type_t g_v2a_type_map[] = {
tools/perf/trace/beauty/include/uapi/sound/asound.h
1076
#define SNDRV_CTL_ELEM_TYPE_NONE ((__force snd_ctl_elem_type_t) 0) /* invalid */
tools/perf/trace/beauty/include/uapi/sound/asound.h
1077
#define SNDRV_CTL_ELEM_TYPE_BOOLEAN ((__force snd_ctl_elem_type_t) 1) /* boolean type */
tools/perf/trace/beauty/include/uapi/sound/asound.h
1078
#define SNDRV_CTL_ELEM_TYPE_INTEGER ((__force snd_ctl_elem_type_t) 2) /* integer type */
tools/perf/trace/beauty/include/uapi/sound/asound.h
1079
#define SNDRV_CTL_ELEM_TYPE_ENUMERATED ((__force snd_ctl_elem_type_t) 3) /* enumerated type */
tools/perf/trace/beauty/include/uapi/sound/asound.h
1080
#define SNDRV_CTL_ELEM_TYPE_BYTES ((__force snd_ctl_elem_type_t) 4) /* byte array */
tools/perf/trace/beauty/include/uapi/sound/asound.h
1081
#define SNDRV_CTL_ELEM_TYPE_IEC958 ((__force snd_ctl_elem_type_t) 5) /* IEC958 (S/PDIF) setup */
tools/perf/trace/beauty/include/uapi/sound/asound.h
1082
#define SNDRV_CTL_ELEM_TYPE_INTEGER64 ((__force snd_ctl_elem_type_t) 6) /* 64-bit integer type */
tools/perf/trace/beauty/include/uapi/sound/asound.h
1141
snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */