Searched refs:alsaDevPath (Results 1 – 1 of 1) sorted by relevance
100 String alsaDevPath = "/dev/snd/pcmC" + card + "D" + device + (capture ? "c" : "p"); in waitForAlsaFile() local101 File alsaDevFile = new File(alsaDevPath); in waitForAlsaFile()