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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/sound/
H A Dopl3.h338 #define OPL3_PATCH_HASH_SIZE 32 macro
339 struct fm_patch *patch_table[OPL3_PATCH_HASH_SIZE];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/sound/
H A Dopl3.h338 #define OPL3_PATCH_HASH_SIZE 32 macro
339 struct fm_patch *patch_table[OPL3_PATCH_HASH_SIZE];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_synth.c317 unsigned int key = (prog + bank) % OPL3_PATCH_HASH_SIZE;
344 for (i = 0; i < OPL3_PATCH_HASH_SIZE; i++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/drivers/opl3/
H A Dopl3_synth.c317 unsigned int key = (prog + bank) % OPL3_PATCH_HASH_SIZE;
344 for (i = 0; i < OPL3_PATCH_HASH_SIZE; i++) {

Completed in 176 milliseconds