taglinefilesource code
note93drivers/sound/dev_table.hint (*start_note) (int dev, int voice, int note, int velocity);
note1091drivers/sound/gus_wave.cguswave_kill_note (int dev, int voice, int note, int velocity)
note431drivers/sound/opl3.copl3_start_note (int dev, int voice, int note, int volume)
note446drivers/sound/opl3.cif (note == 255)    /* Just change the volume */
note559drivers/sound/opl3.cfreq = voices[voice].orig_freq = note_to_freq (note) / 1000;
note65drivers/sound/sequencer.cstatic int      seq_queue (unsigned char *note);
note276drivers/sound/sequencer.cseq_queue (unsigned char *note)
note294drivers/sound/sequencer.cmemcpy (&queue[qtail * EV_SZ], note, EV_SZ);
note1040drivers/sound/sequencer.cint             note, octave, note_freq;
note1050drivers/sound/sequencer.cnote = note_num % 12;
note1052drivers/sound/sequencer.cnote_freq = notes[note];
note667include/linux/soundcard.h#define SEQ_START_NOTE(dev, voice, note, vol)  {_SEQ_NEEDBUF(8);\
note672include/linux/soundcard.h_seqbuf[_seqbufptr+4] = (note);\
note678include/linux/soundcard.h#define SEQ_STOP_NOTE(dev, voice, note, vol)  {_SEQ_NEEDBUF(8);\
note683include/linux/soundcard.h_seqbuf[_seqbufptr+4] = (note);\