Searched refs:WAVE_BIDIR_LOOP (Results 1 – 2 of 2) sorted by relevance
1028 if (!(patch.mode & (WAVE_LOOPING|WAVE_BIDIR_LOOP|WAVE_LOOP_BACK))) in load_guspatch()1030 if (patch.mode & WAVE_BIDIR_LOOP) in load_guspatch()
230 #define WAVE_BIDIR_LOOP 0x08 /* bit 3 = Set is bidirectional looping. */ macro