Home
last modified time | relevance | path

Searched refs:SNDRV_SFNT_SAMPLE_BIDIR_LOOP (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/sound/isa/sb/
Demu8000_patch.c173 if (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP)) in snd_emu8000_sample_new()
239 (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP))) in snd_emu8000_sample_new()
249 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_BIDIR_LOOP) { in snd_emu8000_sample_new()
/Linux-v4.19/sound/pci/emu10k1/
Demu10k1_patch.c80 if (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP)) in snd_emu10k1_sample_new()
127 if (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP)) { in snd_emu10k1_sample_new()
147 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_BIDIR_LOOP) { in snd_emu10k1_sample_new()
/Linux-v4.19/include/uapi/sound/
Dsfnt_info.h173 #define SNDRV_SFNT_SAMPLE_BIDIR_LOOP 16 /* bidirectional looping */ macro
/Linux-v4.19/sound/synth/emux/
Dsoundfont.c992 smp->v.mode_flags |= SNDRV_SFNT_SAMPLE_BIDIR_LOOP; in load_guspatch()