Home
last modified time | relevance | path

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

/Linux-v5.10/include/sound/
Dsoundfont.h15 #define SF_MAX_INSTRUMENTS 128 /* maximum instrument number */ macro
/Linux-v5.10/sound/synth/emux/
Dsoundfont.c424 if (map.map_instr < 0 || map.map_instr >= SF_MAX_INSTRUMENTS) in load_map()
1323 index = key + SF_MAX_INSTRUMENTS; in get_index()