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

  /device/samsung/crespo/alsa-lib/test/
namehint.c 12 err = snd_device_name_hint(-1, iface, &hints);
14 errx(1, "snd_device_name_hint error: %s", snd_strerror(err));
  /device/samsung/crespo/alsa-lib/include/
control.h 217 int snd_device_name_hint(int card, const char *iface, void ***hints);
  /device/samsung/crespo/alsa-lib/src/control/
namehint.c 506 int snd_device_name_hint(int card, const char *iface, void ***hints) function
  /device/samsung/crespo/alsa-utils/aplay/
aplay.c 282 if (snd_device_name_hint(-1, "pcm", &hints) < 0)
    [all...]

Completed in 88 milliseconds