Home
last modified time | relevance | path

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

/sound/ppc/
Dburgundy.c313 int atten = (kcontrol->private_value >> 25) & 1; in snd_pmac_burgundy_get_gain() local
317 if (atten) in snd_pmac_burgundy_get_gain()
331 int atten = (kcontrol->private_value >> 25) & 1; in snd_pmac_burgundy_put_gain() local
335 if (atten) in snd_pmac_burgundy_put_gain()
342 if (atten) in snd_pmac_burgundy_put_gain()
348 #define BURGUNDY_VOLUME_B(xname, xindex, addr, stereo, atten) \ argument
353 .private_value = (ADDR2BASE(addr) | ((stereo) << 24) | ((atten) << 25)) }
/sound/synth/emux/
Demux_synth.c806 int atten; in calc_volume() local
808 atten = 70; in calc_volume()
810 atten = vp->velocity; in calc_volume()
811 vp->acutoff = (atten * vp->reg.parm.cutoff + 0xa0) >> 7; in calc_volume()