Home
last modified time | relevance | path

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

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