Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/sound/isa/sb/
H A Demu8000_patch.c162 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_NO_BLANK) in snd_emu8000_sample_new()
248 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_NO_BLANK) { in snd_emu8000_sample_new()
/openbmc/linux/include/uapi/sound/
H A Dsfnt_info.h156 #define SNDRV_SFNT_SAMPLE_NO_BLANK 4 /* no blank loop is attached */ macro
/openbmc/linux/sound/synth/emux/
H A Dsoundfont.c989 smp->v.mode_flags |= SNDRV_SFNT_SAMPLE_NO_BLANK; in load_guspatch()