Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Demu10k1_patch.c72 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_NO_BLANK) in snd_emu10k1_sample_new()
163 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_NO_BLANK) { in snd_emu10k1_sample_new()
/OK3568_Linux_fs/kernel/sound/isa/sb/
H A Demu8000_patch.c162 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_NO_BLANK) in snd_emu8000_sample_new()
247 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_NO_BLANK) { 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.h171 #define SNDRV_SFNT_SAMPLE_NO_BLANK 4 /* no blank loop is attached */ 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.h171 #define SNDRV_SFNT_SAMPLE_NO_BLANK 4 /* no blank loop is attached */ macro
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dsfnt_info.h171 #define SNDRV_SFNT_SAMPLE_NO_BLANK 4 /* no blank loop is attached */ macro
/OK3568_Linux_fs/kernel/sound/synth/emux/
H A Dsoundfont.c977 smp->v.mode_flags |= SNDRV_SFNT_SAMPLE_NO_BLANK; in load_guspatch()