tag | line | file | source code |
note_freq | 1055 | drivers/sound/gus_wave.c | unsigned long note_freq, base_note, freq, flags; |
note_freq | 1087 | drivers/sound/gus_wave.c | note_freq = note_to_freq (note_num); |
note_freq | 1099 | drivers/sound/gus_wave.c | delta_freq = note_freq - samples[samplep].base_note; |
note_freq | 1107 | drivers/sound/gus_wave.c | if (samples[samplep].low_note <= note_freq && note_freq <= samples[samplep].high_note) |
note_freq | 1139 | drivers/sound/gus_wave.c | note_freq /= 100; |
note_freq | 1141 | drivers/sound/gus_wave.c | freq = samples[sample].base_freq * note_freq / base_note; |
note_freq | 1021 | drivers/sound/sequencer.c | int note, octave, note_freq; |
note_freq | 1033 | drivers/sound/sequencer.c | note_freq = notes[note]; |
note_freq | 1036 | drivers/sound/sequencer.c | note_freq >>= (BASE_OCTAVE - octave); |
note_freq | 1038 | drivers/sound/sequencer.c | note_freq <<= (octave - BASE_OCTAVE); |
note_freq | 1042 | drivers/sound/sequencer.c | return note_freq; |