Searched refs:snd_ctl_elem_id_set_interface (Results 1 – 4 of 4) sorted by relevance
58 snd_ctl_elem_id_set_interface(id, SND_CTL_ELEM_IFACE_MIXER); in ctl_cras_elem_list()
196 unsafe { snd_ctl_elem_id_set_interface(id.as_ptr(), iface as u32) }; in new()
731 snd_ctl_elem_id_set_interface(elem_id, SND_CTL_ELEM_IFACE_PCM); in find_eld_control_by_dev_index()999 snd_ctl_elem_id_set_interface(elem_id, SND_CTL_ELEM_IFACE_CARD); in find_hctl_jack_for_section()
924 void snd_ctl_elem_id_set_interface(snd_ctl_elem_id_t* obj, in snd_ctl_elem_id_set_interface() function