Home
last modified time | relevance | path

Searched refs:base_note (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/sound/
Dwavfront.c1522 int i,base_note; in wavefront_load_gus_patch() local
1604 for (base_note=0; in wavefront_load_gus_patch()
1605 note_to_freq (base_note) < guspatch.base_note; in wavefront_load_gus_patch()
1606 base_note++); in wavefront_load_gus_patch()
1608 if ((guspatch.base_note-note_to_freq(base_note)) in wavefront_load_gus_patch()
1609 >(note_to_freq(base_note)-guspatch.base_note)) in wavefront_load_gus_patch()
1610 base_note++; in wavefront_load_gus_patch()
1614 base_note); in wavefront_load_gus_patch()
1617 + base_note*171); in wavefront_load_gus_patch()
Dgus_wave.c1383 unsigned long note_freq, base_note, freq, flags; in guswave_start_note2() local
1420 delta_freq = note_freq - samples[samplep].base_note; in guswave_start_note2()
1469 base_note = samples[sample].base_note / 100; in guswave_start_note2()
1472 freq = samples[sample].base_freq * note_freq / base_note; in guswave_start_note2()
Dawe_wave.c3732 note = freq_to_note(patch.base_note); in awe_load_guspatch()
/linux-2.4.37.9/include/linux/
Dsoundcard.h254 unsigned int base_note; member