taglinefilesource code
note90drivers/sound/dev_table.hint (*start_note) (int dev, int voice, int note, int velocity);
note1071drivers/sound/gus_wave.cguswave_kill_note (int dev, int voice, int note, int velocity)
note428drivers/sound/opl3.copl3_start_note (int dev, int voice, int note, int volume)
note443drivers/sound/opl3.cif (note == 255)    /* Just change the volume */
note556drivers/sound/opl3.cfreq = voices[voice].orig_freq = note_to_freq (note) / 1000;
note65drivers/sound/sequencer.cstatic int      seq_queue (unsigned char *note);
note264drivers/sound/sequencer.cseq_queue (unsigned char *note)
note282drivers/sound/sequencer.cmemcpy (&queue[qtail * EV_SZ], note, EV_SZ);
note1024drivers/sound/sequencer.cint             note, octave, note_freq;
note1034drivers/sound/sequencer.cnote = note_num % 12;
note1036drivers/sound/sequencer.cnote_freq = notes[note];
note647include/linux/soundcard.h#define SEQ_START_NOTE(dev, voice, note, vol)  {_SEQ_NEEDBUF(8);\
note652include/linux/soundcard.h_seqbuf[_seqbufptr+4] = (note);\
note658include/linux/soundcard.h#define SEQ_STOP_NOTE(dev, voice, note, vol)  {_SEQ_NEEDBUF(8);\
note663include/linux/soundcard.h_seqbuf[_seqbufptr+4] = (note);\