Lines Matching refs:voices
404 unsigned short voices;
412 voices = gus->gf1.active_voices;
413 if (voices > 32)
414 voices = 32;
415 if (voices < 14)
416 voices = 14;
418 voices = 32;
419 gus->gf1.active_voices = voices;
421 gus->gf1.enh_mode ? 44100 : voices_tbl[voices - 14];
423 snd_gf1_i_write8(gus, SNDRV_GF1_GB_ACTIVE_VOICES, 0xc0 | (voices - 1));
468 printk(KERN_INFO " -G- GF1 active voices = 0x%x\n", snd_gf1_i_look8(gus, SNDRV_GF1_GB_ACTIVE_VOICES));
475 printk(KERN_INFO " -G- GF1 voices IRQ read = 0x%x\n", snd_gf1_i_look8(gus, SNDRV_GF1_GB_VOICES_IRQ_READ));