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

  /device/samsung/crespo/alsa-lib/src/control/
setup.c 59 static int free_elems(snd_sctl_t *h)
83 int snd_sctl_install(snd_sctl_t *h)
181 int snd_sctl_remove(snd_sctl_t *h)
389 static int add_elem(snd_sctl_t *h, snd_config_t *_conf, snd_config_t *private_data)
608 int snd_sctl_build(snd_sctl_t **sctl, snd_ctl_t *handle, snd_config_t *conf, snd_config_t *private_data, int mode)
610 snd_sctl_t *h;
647 int snd_sctl_free(snd_sctl_t *sctl)
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_hooks.c 597 snd_sctl_t *h = snd_pcm_hook_get_private(hook);
603 snd_sctl_t *h = snd_pcm_hook_get_private(hook);
609 snd_sctl_t *h = snd_pcm_hook_get_private(hook);
628 snd_sctl_t *sctl = NULL;
  /device/samsung/crespo/alsa-lib/include/
control.h 209 typedef struct _snd_sctl snd_sctl_t; typedef in typeref:struct:_snd_sctl
564 int snd_sctl_build(snd_sctl_t **ctl, snd_ctl_t *handle, snd_config_t *config,
566 int snd_sctl_free(snd_sctl_t *handle);
567 int snd_sctl_install(snd_sctl_t *handle);
568 int snd_sctl_remove(snd_sctl_t *handle);

Completed in 103 milliseconds