Home
last modified time | relevance | path

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

/linux-6.1.9/sound/synth/emux/
Dsoundfont.c985 if (!(patch.mode & (WAVE_LOOPING|WAVE_BIDIR_LOOP|WAVE_LOOP_BACK))) in load_guspatch()
989 if (patch.mode & WAVE_LOOP_BACK) in load_guspatch()
/linux-6.1.9/include/uapi/linux/
Dsoundcard.h231 #define WAVE_LOOP_BACK 0x10 /* bit 4 = Set is looping backward. */ macro