tag | line | file | source code |
note_num | 1051 | drivers/sound/gus_wave.c | guswave_start_note (int dev, int voice, int note_num, int volume) |
note_num | 1064 | drivers/sound/gus_wave.c | if (note_num == 255) |
note_num | 1087 | drivers/sound/gus_wave.c | note_freq = note_to_freq (note_num); |
note_num | 1117 | drivers/sound/gus_wave.c | printk ("GUS: Patch %d not defined for note %d\n", patch, note_num); |
note_num | 1014 | drivers/sound/sequencer.c | note_to_freq (int note_num) |
note_num | 1030 | drivers/sound/sequencer.c | octave = note_num / 12; |
note_num | 1031 | drivers/sound/sequencer.c | note = note_num % 12; |
note_num | 47 | drivers/sound/sound_calls.h | int note_to_freq(int note_num); |