Home
last modified time | relevance | path

Searched refs:SF_MAX_PRESETS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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];
/kernel/linux/linux-6.6/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];
/kernel/linux/linux-5.10/sound/synth/emux/
H A Dsoundfont.c1326 index = index % SF_MAX_PRESETS; in get_index()
/kernel/linux/linux-6.6/sound/synth/emux/
H A Dsoundfont.c1337 index = index % SF_MAX_PRESETS; in get_index()

Completed in 5 milliseconds