Home
last modified time | relevance | path

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

/Linux-v4.19/include/sound/
Dsoundfont.h28 #define SF_MAX_INSTRUMENTS 128 /* maximum instrument number */ macro
/Linux-v4.19/sound/synth/emux/
Dsoundfont.c437 if (map.map_instr < 0 || map.map_instr >= SF_MAX_INSTRUMENTS) in load_map()
1334 index = key + SF_MAX_INSTRUMENTS; in get_index()