Searched refs:voicenum (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.c806 fxsend.a.dest = voice->voicenum * 2;
809 ((voice->stream->nstereo == 3)&&(voice->voicenum < 2))) {
810 fxsend.a.dest = voice->voicenum * 2;
812 if (voice->voicenum > 1 - 1)
814 } else if (voice->stream->nstereo == 3 && voice->voicenum > 1) {
825 fxsend.a.dest = voice->voicenum * 2;
827 fxsend.b.dest = voice->voicenum * 2 + 2;
830 ((voice->stream->nstereo == 3)&&(voice->voicenum < 2))) {
831 fxsend.a.dest = voice->voicenum * 2;
833 } else if (voice->stream->nstereo == 3 && voice->voicenum >
1428 emuxki_voice_new(emuxki_stream *stream, uint8 use, uint8 voicenum) argument
[all...]
H A Demuxki.h262 uint8 voicenum; member in struct:_emuxki_voice
408 emuxki_voice *emuxki_voice_new(emuxki_stream *stream, uint8 use, uint8 voicenum);

Completed in 39 milliseconds