Searched refs:patch_table (Results 1 – 4 of 4) sorted by relevance
34 struct patch_table { struct55 extern struct patch_table res_patch_table[]; argument
242 struct patch_table res_patch_table[] = {
323 for (patch = opl3->patch_table[key]; patch; patch = patch->next) { in snd_opl3_find_patch()335 patch->next = opl3->patch_table[key]; in snd_opl3_find_patch()336 opl3->patch_table[key] = patch; in snd_opl3_find_patch()349 for (patch = opl3->patch_table[i]; patch; patch = next) { in snd_opl3_clear_patches()354 memset(opl3->patch_table, 0, sizeof(opl3->patch_table)); in snd_opl3_clear_patches()
337 struct fm_patch *patch_table[OPL3_PATCH_HASH_SIZE]; member