Home
last modified time | relevance | path

Searched refs:lev_right (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/sound/oss/
Dwaveartist.c936 unsigned int lev_left, lev_right; in waveartist_mixer_update() local
939 lev_right = devc->levels[whichDev] >> 8; in waveartist_mixer_update()
943 if (lev_right > 100) in waveartist_mixer_update()
944 lev_right = 100; in waveartist_mixer_update()
957 lev_right = SCALE(lev_right, mix->max) << mix->shift; in waveartist_mixer_update()
968 right = (right & ~mask) | (lev_right & mask); in waveartist_mixer_update()
977 SCALE(lev_right, 32767)); in waveartist_mixer_update()
983 SCALE(lev_right, 32767)); in waveartist_mixer_update()
1119 unsigned int lev_right = (level & 0xff00) >> 8; in waveartist_set_mixer() local
1123 if (lev_right > 100) in waveartist_set_mixer()
[all …]