Searched refs:nr_voices (Results 1 – 4 of 4) sorted by relevance
88 static int nr_voices = 0; variable411 voice_alloc->max_voice = nr_voices = nvoices; in gus_select_max_voices()439 unsigned long divisor = freq_div_table[nr_voices - 14]; in gus_voice_freq()1105 gus_info.nr_voices = nr_voices; in guswave_ioctl()2838 for (voice = 0; voice < nr_voices; voice++) in gus_default_mixer_ioctl()3373 if (!(wave_ignore & voice_bit) && (int) voice < nr_voices) /* in gus_voice_irq()3384 if (!(volume_ignore & voice_bit) && (int) voice < nr_voices) /* in gus_voice_irq()
129 devc->fm_info.nr_voices = (devc->nr_voice == 12) ? 6 : devc->nr_voice; in opl3_ioctl()1128 devc->fm_info.nr_voices = 9; in opl3_init()
2051 awe_info.nr_voices = awe_max_voices; in awe_ioctl()2053 awe_info.nr_voices = AWE_MAX_CHANNELS; in awe_ioctl()4245 awe_info.nr_voices = AWE_MAX_CHANNELS; in awe_alloc()4639 awe_info.nr_voices = awe_max_voices; in awe_init_fm()4641 awe_info.nr_voices = AWE_MAX_CHANNELS; in awe_init_fm()
486 int nr_voices; member