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

  /device/samsung/crespo/alsa-lib/test/
control.c 61 printf(" subdevice - %i\n", snd_pcm_info_get_subdevice(pcminfo));
  /device/samsung/crespo/alsa-lib/src/
confmisc.c 1197 err = snd_config_imake_integer(dst, id, snd_pcm_info_get_subdevice(info));
    [all...]
  /device/samsung/crespo/alsa-lib/include/
pcm.h 497 unsigned int snd_pcm_info_get_subdevice(const snd_pcm_info_t *obj);
    [all...]
  /device/samsung/crespo/alsa-lib/src/alisp/
alisp_snd.c 776 p1 = add_cons(instance, p1, 1, "subdevice", new_integer(instance, snd_pcm_info_get_subdevice(info)));
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_direct.c 1107 snd_pcm_info_get_subdevice(info) * 2 + capture);
    [all...]
pcm.c 6223 unsigned int snd_pcm_info_get_subdevice(const snd_pcm_info_t *obj) function
    [all...]

Completed in 1024 milliseconds