HomeSort by relevance Sort by last modified time
    Searched refs:snd_ctl_open (Results 1 - 19 of 19) sorted by null

  /device/samsung/crespo/alsa-lib/test/
control.c 27 if ((err = snd_ctl_open(&handle, str, 0)) < 0) {
  /device/samsung/crespo/alsa-lib/src/mixer/
simple_abst.c 320 err = snd_ctl_open(&priv->ctl, priv->device, 0);
  /device/samsung/crespo/alsa-utils/iecset/
iecset.c 359 if ((err = snd_ctl_open(&ctl, dev, 0)) < 0) {
360 error("snd_ctl_open", err);
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_hooks.c 643 err = snd_ctl_open(&ctl, ctl_name, 0);
pcm_softvol.c 703 err = snd_ctl_open(&svol->ctl, tmp_name, 0);
  /device/samsung/crespo/alsa-utils/amidi/
amidi.c 226 if ((err = snd_ctl_open(&ctl, name, 0)) < 0) {
  /device/samsung/crespo/alsa-lib/include/
control.h 221 int snd_ctl_open(snd_ctl_t **ctl, const char *name, int mode);
  /device/samsung/crespo/alsa-lib/src/control/
hcontrol.c 78 if ((err = snd_ctl_open(&ctl, name, mode)) < 0)
namehint.c 421 err = snd_ctl_open(&list->ctl, ctl_name, 0);
control.c 59 * identifier specified in snd_ctl_open().
924 int snd_ctl_open(snd_ctl_t **ctlp, const char *name, int mode) function
    [all...]
  /device/samsung/crespo/alsa-utils/alsactl/
state.c 550 err = snd_ctl_open(&handle, name, SND_CTL_READONLY);
552 error("snd_ctl_open error: %s", snd_strerror(err));
    [all...]
  /device/samsung/crespo/alsa-utils/amixer/
amixer.c 93 if ((err = snd_ctl_open(&handle, card, 0)) < 0) {
    [all...]
  /device/samsung/crespo/alsa-lib/aserver/
aserver.c 549 err = snd_ctl_open(&ctl, client->name, SND_CTL_NONBLOCK);
  /device/samsung/crespo/alsa-lib/src/
confmisc.c 602 return snd_ctl_open(ctl, name, 0);
    [all...]
  /device/samsung/crespo/alsa-lib/src/alisp/
alisp_snd.c 799 { "ctl_open", &FA_int_pp_strp_int, (void *)&snd_ctl_open, "ctl" },
  /device/samsung/crespo/alsa-utils/alsamixer/
alsamixer.c     [all...]
  /device/samsung/crespo/libaudio/
AudioHardwareALSA.cpp     [all...]
  /device/samsung/crespo/alsa-utils/aplay/
aplay.c 225 if ((err = snd_ctl_open(&handle, name, 0)) < 0) {
    [all...]
  /device/samsung/crespo/alsa-utils/
configure     [all...]

Completed in 2271 milliseconds