VOLUME_VOXWARE_TO_AMI  427 sound/oss/dmasound/dmasound_paula.c 	dmasound.volume_left = VOLUME_VOXWARE_TO_AMI(volume & 0xff);
VOLUME_VOXWARE_TO_AMI  429 sound/oss/dmasound/dmasound_paula.c 	dmasound.volume_right = VOLUME_VOXWARE_TO_AMI((volume & 0xff00) >> 8);