Home
last modified time | relevance | path

Searched refs:mixer_get_ctl (Results 1 – 7 of 7) sorted by relevance

/external/tinyalsa/
Dtinymix.c158 ctl = mixer_get_ctl(mixer, i); in tinymix_list_controls()
209 ctl = mixer_get_ctl(mixer, atoi(control)); in tinymix_detail_control()
353 ctl = mixer_get_ctl(mixer, atoi(control)); in tinymix_set_value()
Dmixer.c361 struct mixer_ctl *mixer_get_ctl(struct mixer *mixer, unsigned int id) in mixer_get_ctl() function
400 return mixer_get_ctl(mixer, n); in mixer_get_ctl_by_name()
408 return mixer_get_ctl(mixer, n + hw_ctl_count); in mixer_get_ctl_by_name()
/external/tinyalsa_new/utils/
Dtinymix.c217 ctl = mixer_get_ctl(mixer, i); in list_controls()
250 ctl = mixer_get_ctl(mixer, atoi(name_or_id)); in print_control_values_by_name_or_id()
544 ctl = mixer_get_ctl(mixer, atoi(control)); in set_values()
/external/tinyalsa_new/tests/src/
Dmixer_test.cc70 EXPECT_EQ(mixer_get_ctl(nullptr, 0), nullptr); in TEST()
189 ASSERT_EQ(mixer_get_ctl(mixer_object, i), controls[i]); in TEST_P()
192 ASSERT_EQ(mixer_get_ctl(mixer_object, number_of_controls), nullptr); in TEST_P()
/external/tinyalsa_new/include/tinyalsa/
Dmixer.h102 struct mixer_ctl *mixer_get_ctl(struct mixer *mixer, unsigned int id);
/external/tinyalsa/include/tinyalsa/
Dasoundlib.h309 struct mixer_ctl *mixer_get_ctl(struct mixer *mixer, unsigned int id);
/external/tinyalsa_new/src/
Dmixer.c674 struct mixer_ctl *mixer_get_ctl(struct mixer *mixer, unsigned int id) in mixer_get_ctl() function