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.c95 struct alsa_input_node { struct
401 struct alsa_input_node *ain = in open_dev()
402 (struct alsa_input_node *)aio->base.active_node; in open_dev()
642 struct alsa_input_node *input = in update_channel_layout()
643 (struct alsa_input_node *)iodev->active_node; in update_channel_layout()
687 static struct alsa_input_node *get_active_input(const struct alsa_io *aio) in get_active_input()
689 return (struct alsa_input_node *)aio->base.active_node; in get_active_input()
793 struct alsa_input_node *ain; in set_alsa_capture_gain()
871 struct alsa_input_node *ain; in free_alsa_iodev_resources()
883 ain = (struct alsa_input_node *)node; in free_alsa_iodev_resources()
[all …]
/external/adhd/cras/src/tests/
Dalsa_io_unittest.cc2284 struct alsa_input_node alsa_node; in TEST()