Searched refs:oss_vol (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dlaudio_oss4.c198 int oss_vol; local
202 oss_vol = vol | (vol << 8);
204 ret = ioctl(oss_fd, SNDCTL_DSP_SETPLAYVOL, &oss_vol);
212 DPRINTF(E_DBG, L_LAUDIO, "Setting PCM volume to %d (real: %d)\n", vol, (oss_vol & 0xff));

Completed in 26 milliseconds