Home
last modified time | relevance | path

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

/device/asus/fugu/libaudio/
DAudioHotplugThread.cpp208 int alsaFD = open(devicePath.string(), O_RDONLY); in getDeviceInfo() local
209 if (alsaFD == -1) { in getDeviceInfo()
217 ret = ioctl(alsaFD, SNDRV_PCM_IOCTL_HW_REFINE, &params); in getDeviceInfo()
246 if (alsaFD != -1) { in getDeviceInfo()
247 close(alsaFD); in getDeviceInfo()