Searched refs:opl3_note_table (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_midi.c90 static short opl3_note_table[16] = variable
112 freq = opl3_note_table[idx+segment];
113 freq += ((opl3_note_table[idx+segment+1] - freq) *
116 freq = opl3_note_table[idx];

Completed in 35 milliseconds