Searched defs:g_pszAudioCtl (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Dsolaudio.c78 static char *g_pszAudioCtl = NULL; variable
508 if (!g_pszAudioCtl)
509 RTStrAPrintf(&g_pszAudioCtl, "%sctl", g_pszAudioDev);
513 g_AudioCtl = open(g_pszAudioCtl, O_RDWR | O_NONBLOCK);
516 LogRel(("solaudio: failed to open device %s\n", g_pszAudioCtl));
533 if (g_pszAudioCtl)
535 RTStrFree(g_pszAudioCtl);
536 g_pszAudioCtl = NULL;

Completed in 74 milliseconds