Lines Matching refs:number
326 chan->number, chan->midi_program, note, vel); in snd_opl3_note_on()
342 if (chan->number >= MAX_OPL3_VOICES) in snd_opl3_note_on()
389 voice = snd_opl3_oss_map[chan->number]; in snd_opl3_note_on()
683 chan->number, chan->midi_program, note); in snd_opl3_note_off_unsafe()
701 if (chan->number < MAX_OPL3_VOICES) { in snd_opl3_note_off_unsafe()
702 voice = snd_opl3_oss_map[chan->number]; in snd_opl3_note_off_unsafe()
729 chan->number, chan->midi_program); in snd_opl3_key_press()
743 chan->number, chan->midi_program); in snd_opl3_terminate_note()
813 if (chan->number < MAX_OPL3_VOICES) { in snd_opl3_pitch_ctrl()
814 voice = snd_opl3_oss_map[chan->number]; in snd_opl3_pitch_ctrl()
832 type, chan->number, chan->midi_program); in snd_opl3_control()
869 chan->number, chan->midi_program); in snd_opl3_nrpn()