Searched refs:attentbl (Results 1 – 1 of 1) sorted by relevance
1188 unsigned char attentbl[11] = in mixer_ioctl() local1351 rl = attentbl[(10 * l) / 100]; // Convert 0-100 vol to 63-0 atten. in mixer_ioctl()1360 rr = attentbl[(10 * r) / 100]; // Convert volume to attenuation. in mixer_ioctl()1517 rl = (attentbl[(l * 10) / 100]) >> 1; in mixer_ioctl()1526 rr = (attentbl[(r * 10) / 100]) >> 1; in mixer_ioctl()