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

  /device/samsung/crespo/alsa-lib/test/
control.c 66 printf(" subdevice name - '%s'\n", snd_pcm_info_get_subdevice_name(pcminfo));
  /device/samsung/crespo/alsa-lib/include/
pcm.h 502 const char *snd_pcm_info_get_subdevice_name(const snd_pcm_info_t *obj);
    [all...]
  /device/samsung/crespo/alsa-lib/src/alisp/
alisp_snd.c 779 p1 = add_cons(instance, p1, 1, "subdevice_name", new_string(instance, snd_pcm_info_get_subdevice_name(info)));
  /device/samsung/crespo/alsa-utils/aplay/
aplay.c 263 idx, snd_pcm_info_get_subdevice_name(pcminfo));
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm.c 6278 const char *snd_pcm_info_get_subdevice_name(const snd_pcm_info_t *obj) function
    [all...]

Completed in 15 milliseconds