VOLUME_VOXWARE_TO_ATT 1159 sound/oss/dmasound/dmasound_atari.c 	dmasound.volume_left = VOLUME_VOXWARE_TO_ATT(volume & 0xff);
VOLUME_VOXWARE_TO_ATT 1160 sound/oss/dmasound/dmasound_atari.c 	dmasound.volume_right = VOLUME_VOXWARE_TO_ATT((volume & 0xff00) >> 8);