taglinefilesource code
VOLUME_VOXWARE_TO_DB1679drivers/sound/dmasound.csound.volume_left = VOLUME_VOXWARE_TO_DB(volume & 0xff);
VOLUME_VOXWARE_TO_DB1681drivers/sound/dmasound.csound.volume_right = VOLUME_VOXWARE_TO_DB((volume & 0xff00) >> 8);