Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsactl/
Dclean.c64 err = snd_ctl_elem_remove(handle, elem_id); in clean_one_control()
/third_party/alsa-utils/alsaloop/
Dcontrol.c253 snd_ctl_elem_remove(loop->capt->ctl, mix->dst.id); in control_init2()
357 err = snd_ctl_elem_remove(loop->capt->ctl, mix->dst.id); in control_done()
/third_party/alsa-lib/test/
Duser-ctl-element-set.c873 err = snd_ctl_elem_remove(trial.handle, trial.id); in main()
893 snd_ctl_elem_remove(trial.handle, trial.id); in main()
/third_party/alsa-lib/include/
Dcontrol.h621 int snd_ctl_elem_remove(snd_ctl_t *ctl, snd_ctl_elem_id_t *id);
/third_party/alsa-lib/src/pcm/
Dpcm_softvol.c824 err = snd_ctl_elem_remove(svol->ctl, &cinfo.id); in softvol_load_control()
/third_party/alsa-lib/src/control/
Dcontrol.c988 int snd_ctl_elem_remove(snd_ctl_t *ctl, snd_ctl_elem_id_t *id) in snd_ctl_elem_remove() function
/third_party/alsa-lib/src/ucm/
Dmain.c438 err = snd_ctl_elem_remove(ctl, id); in execute_cset()