HomeSort by relevance Sort by last modified time
    Searched full:dspname (Results 1 - 1 of 1) sorted by null

  /external/qemu/audio/
ossaudio.c 276 const char *dspname = in ? conf.devpath_in : conf.devpath_out; local
282 fd = open (dspname, oflags | O_NONBLOCK);
284 oss_logerr2 (errno, typ, "Failed to open `%s'\n", dspname);

Completed in 48 milliseconds