Home
last modified time | relevance | path

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

/sound/ppc/
Dburgundy.c300 int atten = (kcontrol->private_value >> 25) & 1; in snd_pmac_burgundy_get_gain() local
304 if (atten) in snd_pmac_burgundy_get_gain()
318 int atten = (kcontrol->private_value >> 25) & 1; in snd_pmac_burgundy_put_gain() local
322 if (atten) in snd_pmac_burgundy_put_gain()
329 if (atten) in snd_pmac_burgundy_put_gain()
335 #define BURGUNDY_VOLUME_B(xname, xindex, addr, stereo, atten) \ argument
340 .private_value = (ADDR2BASE(addr) | ((stereo) << 24) | ((atten) << 25)) }
/sound/synth/emux/
Demux_synth.c790 int atten; in calc_volume() local
792 atten = 70; in calc_volume()
794 atten = vp->velocity; in calc_volume()
795 vp->acutoff = (atten * vp->reg.parm.cutoff + 0xa0) >> 7; in calc_volume()