tag | line | file | source code |
note_freq | 1365 | drivers/sound/gus_wave.c | unsigned long note_freq, base_note, freq, flags; |
note_freq | 1397 | drivers/sound/gus_wave.c | note_freq = note_to_freq (note_num); |
note_freq | 1409 | drivers/sound/gus_wave.c | delta_freq = note_freq - samples[samplep].base_note; |
note_freq | 1417 | drivers/sound/gus_wave.c | if (samples[samplep].low_note <= note_freq && note_freq <= samples[samplep].high_note) |
note_freq | 1459 | drivers/sound/gus_wave.c | note_freq /= 100; |
note_freq | 1461 | drivers/sound/gus_wave.c | freq = samples[sample].base_freq * note_freq / base_note; |
note_freq | 1024 | drivers/sound/sequencer.c | int note, octave, note_freq; |
note_freq | 1036 | drivers/sound/sequencer.c | note_freq = notes[note]; |
note_freq | 1039 | drivers/sound/sequencer.c | note_freq >>= (BASE_OCTAVE - octave); |
note_freq | 1041 | drivers/sound/sequencer.c | note_freq <<= (octave - BASE_OCTAVE); |
note_freq | 1045 | drivers/sound/sequencer.c | return note_freq; |