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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/dmasound/
H A Ddmasound_paula.c422 #define VOLUME_VOXWARE_TO_AMI(v) \ macro
428 dmasound.volume_left = VOLUME_VOXWARE_TO_AMI(volume & 0xff);
430 dmasound.volume_right = VOLUME_VOXWARE_TO_AMI((volume & 0xff00) >> 8);

Completed in 29 milliseconds