Home
last modified time | relevance | path

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

/Linux-v4.19/sound/isa/sb/
Demu8000_patch.c175 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_NO_BLANK) in snd_emu8000_sample_new()
260 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_NO_BLANK) { in snd_emu8000_sample_new()
/Linux-v4.19/sound/pci/emu10k1/
Demu10k1_patch.c84 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_NO_BLANK) in snd_emu10k1_sample_new()
175 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_NO_BLANK) { in snd_emu10k1_sample_new()
/Linux-v4.19/include/uapi/sound/
Dsfnt_info.h171 #define SNDRV_SFNT_SAMPLE_NO_BLANK 4 /* no blank loop is attached */ macro
/Linux-v4.19/sound/synth/emux/
Dsoundfont.c988 smp->v.mode_flags |= SNDRV_SFNT_SAMPLE_NO_BLANK; in load_guspatch()