Searched refs:patch_table (Results 1 – 4 of 4) sorted by relevance
20 struct patch_table { struct41 extern struct patch_table res_patch_table[]; argument
228 struct patch_table res_patch_table[] = {
311 for (patch = opl3->patch_table[key]; patch; patch = patch->next) { in snd_opl3_find_patch()323 patch->next = opl3->patch_table[key]; in snd_opl3_find_patch()324 opl3->patch_table[key] = patch; in snd_opl3_find_patch()337 for (patch = opl3->patch_table[i]; patch; patch = next) { in snd_opl3_clear_patches()342 memset(opl3->patch_table, 0, sizeof(opl3->patch_table)); in snd_opl3_clear_patches()
321 struct fm_patch *patch_table[OPL3_PATCH_HASH_SIZE]; member
Completed in 9 milliseconds