Searched refs:sc_voices (Results 1 – 2 of 2) sorted by relevance
153 int sc_voices; /* Number of active voices */ member
1460 if (p->sample_rate > gus_max_frequency[sc->sc_voices - GUS_MIN_VOICES]) in gus_set_params()1461 p->sample_rate = gus_max_frequency[sc->sc_voices - GUS_MIN_VOICES]; in gus_set_params()1544 sc->sc_voices = voices; in gus_set_voices()1639 temp = (u_long) gus_max_frequency[sc->sc_voices-GUS_MIN_VOICES]; in gus_set_samprate()