Home
last modified time | relevance | path

Searched refs:snd_ctl_open (Results 1 – 25 of 30) sorted by relevance

12

/third_party/alsa-lib/test/
Dcontrol.c27 if ((err = snd_ctl_open(&handle, str, 0)) < 0) { in main()
Duser-ctl-element-set.c730 err = snd_ctl_open(&trial.handle, "hw:0", 0); in main()
/third_party/alsa-utils/alsactl/
Dclean.c143 err = snd_ctl_open(&handle, name, 0); in clean_controls()
Dmonitor.c104 err = snd_ctl_open(&ctl, name, SND_CTL_READONLY); in open_ctl()
Ddaemon.c112 if (snd_ctl_open(&card->handle, device, SND_CTL_READONLY|SND_CTL_NONBLOCK) < 0) { in add_card()
Dstate.c564 err = snd_ctl_open(&handle, name, SND_CTL_READONLY); in get_controls()
1500 err = snd_ctl_open(&handle, name, 0); in set_controls()
/third_party/alsa-utils/alsamixer/
Dcard_select.c133 err = snd_ctl_open(&ctl, buf, 0); in get_cards()
/third_party/alsa-utils/axfer/
Dsubcmd-list.c109 err = snd_ctl_open(&handle, name, 0); in list_devices()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsadeviceprovider.c128 if (snd_ctl_open (&handle, name, 0) < 0) in gst_alsa_device_provider_probe()
Dgstalsa.c572 if (snd_ctl_open (&ctl, devcard, 0) < 0) in gst_alsa_find_device_name_no_handle()
/third_party/flutter/skia/third_party/externals/sdl/acinclude/
Dalsa.m4121 AC_CHECK_LIB([asound], [snd_ctl_open],,
/third_party/alsa-utils/iecset/
Diecset.c359 if ((err = snd_ctl_open(&ctl, dev, 0)) < 0) { in main()
/third_party/alsa-lib/src/mixer/
Dsimple_abst.c325 err = snd_ctl_open(&priv->ctl, priv->device, 0); in snd_mixer_simple_basic_register()
/third_party/alsa-lib/utils/
Dalsa.m4154 AC_CHECK_LIB([asound], [snd_ctl_open],,
/third_party/alsa-utils/amidi/
Damidi.c180 if ((err = snd_ctl_open(&ctl, name, 0)) < 0) { in list_card_devices()
/third_party/alsa-lib/src/pcm/
Dpcm_hooks.c688 err = snd_ctl_open(&ctl, ctl_name, 0); in _snd_pcm_hook_ctl_elems_install()
Dpcm_softvol.c781 err = snd_ctl_open(&svol->ctl, tmp_name, 0); in softvol_load_control()
/third_party/alsa-lib/src/control/
Dnamehint.c461 err = snd_ctl_open(&list->ctl, ctl_name, 0); in add_card()
Dhcontrol.c75 if ((err = snd_ctl_open(&ctl, name, mode)) < 0) in snd_hctl_open()
/third_party/alsa-lib/include/
Dcontrol.h378 int snd_ctl_open(snd_ctl_t **ctl, const char *name, int mode);
/third_party/alsa-utils/amixer/
Damixer.c100 if ((err = snd_ctl_open(&handle, card, 0)) < 0) { in info()
1153 (err = snd_ctl_open(&handle, card, 0)) < 0) { in cset()
/third_party/alsa-lib/src/ucm/
Dutils.c292 err = snd_ctl_open(&ctl, device, 0); in uc_mgr_open_ctl()
/third_party/alsa-lib/src/
Dconfmisc.c631 return snd_ctl_open(ctl, name, 0); in open_ctl()
/third_party/alsa-lib/aserver/
Daserver.c553 err = snd_ctl_open(&ctl, client->name, SND_CTL_NONBLOCK); in ctl_shm_open()
/third_party/alsa-lib/src/alisp/
Dalisp_snd.c792 { "ctl_open", &FA_int_pp_strp_int, (void *)&snd_ctl_open, "ctl" },

12