Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dsoundfont.h16 #define SF_MAX_PRESETS 256 /* drums are mapped from 128 to 256 */ macro
74 struct snd_sf_zone *presets[SF_MAX_PRESETS];
/openbmc/linux/sound/synth/emux/
H A Dsoundfont.c1337 index = index % SF_MAX_PRESETS; in get_index()