Home
last modified time | relevance | path

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

/external/tinyalsa/
Dmixer.c133 static int mixer_grp_open(struct mixer_ctl_group **ctl_grp, in mixer_grp_open() function
219 ret = mixer_grp_open(&mixer->hw_grp, ops, data, &num_grp_ctls); in mixer_do_hw_open()
252 ret = mixer_grp_open(&mixer->virt_grp, ops, data, &num_grp_ctls); in mixer_do_plugin_open()
/external/tinyalsa_new/src/
Dmixer.c250 static int mixer_grp_open(struct mixer *mixer, unsigned int card, bool is_hw) in mixer_grp_open() function
319 h_status = mixer_grp_open(mixer, card, true); in mixer_open()
322 v_status = mixer_grp_open(mixer, card, false); in mixer_open()