Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/emu10k1/
Demu10k1_patch.c83 if (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP)) in snd_emu10k1_sample_new()
130 if (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP)) { in snd_emu10k1_sample_new()
/linux-4.1.27/sound/isa/sb/
Demu8000_patch.c174 if (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP)) in snd_emu8000_sample_new()
240 (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP))) in snd_emu8000_sample_new()
/linux-4.1.27/include/uapi/sound/
Dsfnt_info.h175 #define SNDRV_SFNT_SAMPLE_REVERSE_LOOP 128 /* reverse looping */ macro
/linux-4.1.27/sound/synth/emux/
Dsoundfont.c994 smp->v.mode_flags |= SNDRV_SFNT_SAMPLE_REVERSE_LOOP; in load_guspatch()