Home
last modified time | relevance | path

Searched refs:drvname (Results 1 – 2 of 2) sorted by relevance

/external/qemu/audio/
Dfmodaudio.c45 const char *drvname; member
549 const char *drv = conf.drvname; in fmod_audio_init()
642 {"DRV", AUD_OPT_STR, &conf.drvname,
Daudio.c1884 const char* drvname; in find_audio_driver() local
1889 drvname = audio_get_conf_str(envname, NULL, &def); in find_audio_driver()
1890 if (drvname == NULL) { in find_audio_driver()
1891 drvname = audio_get_conf_str("QEMU_AUDIO_DRV", NULL, &def); in find_audio_driver()
1894 if (drvname != NULL) { /* look for a specific driver */ in find_audio_driver()
1896 if (!strcmp (drvname, drvtab[i]->name)) { in find_audio_driver()
1907 drvname, drvtype); in find_audio_driver()