VOLUME_VOXWARE_TO_DB 990 sound/oss/dmasound/dmasound_atari.c dmasound.volume_left = VOLUME_VOXWARE_TO_DB(volume & 0xff); VOLUME_VOXWARE_TO_DB 992 sound/oss/dmasound/dmasound_atari.c dmasound.volume_right = VOLUME_VOXWARE_TO_DB((volume & 0xff00) >> 8);