Home
last modified time | relevance | path

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

/Linux-v4.19/include/sound/
Dsoundfont.h29 #define SF_MAX_PRESETS 256 /* drums are mapped from 128 to 256 */ macro
87 struct snd_sf_zone *presets[SF_MAX_PRESETS];
/Linux-v4.19/sound/synth/emux/
Dsoundfont.c1337 index = index % SF_MAX_PRESETS; in get_index()