Lines Matching defs:voices
318 unsigned short voices;
326 voices = gus->gf1.active_voices;
327 if (voices > 32)
328 voices = 32;
329 if (voices < 14)
330 voices = 14;
332 voices = 32;
333 gus->gf1.active_voices = voices;
335 gus->gf1.enh_mode ? 44100 : voices_tbl[voices - 14];
337 snd_gf1_i_write8(gus, SNDRV_GF1_GB_ACTIVE_VOICES, 0xc0 | (voices - 1));