Home
last modified time | relevance | path

Searched refs:OPL3_PATCH_HASH_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/sound/
H A Dopl3.h320 #define OPL3_PATCH_HASH_SIZE 32 macro
321 struct fm_patch *patch_table[OPL3_PATCH_HASH_SIZE];
/openbmc/linux/sound/drivers/opl3/
H A Dopl3_synth.c308 unsigned int key = (prog + bank) % OPL3_PATCH_HASH_SIZE; in snd_opl3_find_patch()
335 for (i = 0; i < OPL3_PATCH_HASH_SIZE; i++) { in snd_opl3_clear_patches()