Home
last modified time | relevance | path

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

/linux-6.12.1/sound/synth/emux/
Dsoundfont.c1028 if (!(patch.mode & (WAVE_LOOPING|WAVE_BIDIR_LOOP|WAVE_LOOP_BACK))) in load_guspatch()
1030 if (patch.mode & WAVE_BIDIR_LOOP) in load_guspatch()
/linux-6.12.1/include/uapi/linux/
Dsoundcard.h230 #define WAVE_BIDIR_LOOP 0x08 /* bit 3 = Set is bidirectional looping. */ macro