Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Demu10k1_patch.c68 if (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP)) in snd_emu10k1_sample_new()
115 if (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP)) { in snd_emu10k1_sample_new()
/OK3568_Linux_fs/kernel/sound/isa/sb/
H A Demu8000_patch.c160 if (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP)) in snd_emu8000_sample_new()
226 (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP))) in snd_emu8000_sample_new()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dsfnt_info.h176 #define SNDRV_SFNT_SAMPLE_REVERSE_LOOP 128 /* reverse looping */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dsfnt_info.h176 #define SNDRV_SFNT_SAMPLE_REVERSE_LOOP 128 /* reverse looping */ macro
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dsfnt_info.h176 #define SNDRV_SFNT_SAMPLE_REVERSE_LOOP 128 /* reverse looping */ macro
/OK3568_Linux_fs/kernel/sound/synth/emux/
H A Dsoundfont.c983 smp->v.mode_flags |= SNDRV_SFNT_SAMPLE_REVERSE_LOOP; in load_guspatch()