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

  /device/samsung/crespo/alsa-lib/test/
control.c 38 printf(" driver - '%s'\n", snd_ctl_card_info_get_driver(info));
  /device/samsung/crespo/alsa-lib/include/
control.h 318 const char *snd_ctl_card_info_get_driver(const snd_ctl_card_info_t *obj);
  /device/samsung/crespo/alsa-lib/src/
confmisc.c 683 res = strdup(snd_ctl_card_info_get_driver(info));
    [all...]
  /device/samsung/crespo/alsa-lib/src/alisp/
alisp_snd.c 462 p1 = add_cons(instance, p1, 1, "driver", new_string(instance, snd_ctl_card_info_get_driver(info)));
  /device/samsung/crespo/alsa-lib/src/control/
control.c 1409 const char *snd_ctl_card_info_get_driver(const snd_ctl_card_info_t *obj) function
    [all...]
  /device/samsung/crespo/alsa-utils/alsactl/
init_parse.c 230 return snd_ctl_card_info_get_driver(space->ctl_card_info);
    [all...]

Completed in 16 milliseconds