Searched refs:mixer_get_ctl_const (Results 1 – 3 of 3) sorted by relevance
100 const struct mixer_ctl *mixer_get_ctl_const(const struct mixer *mixer, unsigned int id);
69 EXPECT_EQ(mixer_get_ctl_const(nullptr, 0), nullptr); in TEST()160 controls[i] = mixer_get_ctl_const(mixer_object, i); in SetUp()
645 const struct mixer_ctl *mixer_get_ctl_const(const struct mixer *mixer, unsigned int id) in mixer_get_ctl_const() function