Home
last modified time | relevance | path

Searched refs:alsa_input_node (Results 1 – 2 of 2) sorted by relevance

/external/adhd/cras/src/server/
Dcras_alsa_io.c83 struct alsa_input_node { struct
590 struct alsa_input_node *input = in update_channel_layout()
591 (struct alsa_input_node *)iodev->active_node; in update_channel_layout()
635 static struct alsa_input_node *get_active_input(const struct alsa_io *aio) in get_active_input()
637 return (struct alsa_input_node *)aio->base.active_node; in get_active_input()
751 struct alsa_input_node *ain; in set_alsa_capture_gain()
805 struct alsa_input_node *ain = get_active_input(aio); in init_device_settings()
1072 struct alsa_input_node *input, struct alsa_io *aio) in set_input_node_software_volume_needed()
1118 static void set_input_default_node_gain(struct alsa_input_node *input, in set_input_default_node_gain()
1254 static struct alsa_input_node *new_input(struct alsa_io *aio, in new_input()
[all …]
/external/adhd/cras/src/tests/
Dalsa_io_unittest.cc2242 struct alsa_input_node alsa_node; in TEST()