Searched refs:mixin (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/sound/pci/au88x0/ |
D | au88x0_core.c | 167 vortex_mix_getenablebit(vortex_t * vortex, unsigned char mix, int mixin) 170 if (mixin >= 0) 171 addr = mixin; 173 addr = mixin + 3; 176 return ((temp >> (mixin & 3)) & 1); 195 int mixin, unsigned char vol) in vortex_mix_setinputvolumebyte() argument 200 VORTEX_MIX_INVOL_A + (((mix << 5) + mixin) << 2), vol); in vortex_mix_setinputvolumebyte() 204 VORTEX_MIX_INVOL_B + (((mix << 5) + mixin) << 2)); in vortex_mix_setinputvolumebyte() 209 VORTEX_MIX_INVOL_B + (((mix << 5) + mixin) << 2), vol); in vortex_mix_setinputvolumebyte() 213 vortex_mix_setenablebit(vortex_t * vortex, unsigned char mix, int mixin, int en) in vortex_mix_setenablebit() argument [all …]
|
D | au88x0.h | 258 unsigned char mixin, 261 unsigned char mix, int mixin,
|
D | au88x0_synth.c | 29 unsigned char mixin); 31 unsigned char mixin,
|