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

  /device/samsung/crespo/alsa-lib/test/
control.c 69 printf(" subdevices count - %i\n", snd_pcm_info_get_subdevices_count(pcminfo));
  /device/samsung/crespo/alsa-lib/include/
pcm.h 505 unsigned int snd_pcm_info_get_subdevices_count(const snd_pcm_info_t *obj);
    [all...]
  /device/samsung/crespo/alsa-lib/src/alisp/
alisp_snd.c 782 p1 = add_cons(instance, p1, 1, "subdevices_count", new_integer(instance, snd_pcm_info_get_subdevices_count(info)));
  /device/samsung/crespo/alsa-utils/aplay/
aplay.c 254 count = snd_pcm_info_get_subdevices_count(pcminfo);
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm.c 6311 unsigned int snd_pcm_info_get_subdevices_count(const snd_pcm_info_t *obj) function
    [all...]

Completed in 16 milliseconds