Home
last modified time | relevance | path

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

/linux/sound/pci/emu10k1/
H A Demu10k1_patch.c51 xor = (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_UNSIGNED) ? 0 : 0x80808080; in snd_emu10k1_sample_new()
55 xor = (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_UNSIGNED) ? 0x80008000 : 0; in snd_emu10k1_sample_new()
/linux/include/uapi/sound/
H A Dsfnt_info.h155 #define SNDRV_SFNT_SAMPLE_UNSIGNED 2 /* wave data is unsigned */ macro
/linux/sound/isa/sb/
H A Demu8000_patch.c90 if (mode & SNDRV_SFNT_SAMPLE_UNSIGNED) in read_word()
/linux/sound/synth/emux/
H A Dsoundfont.c1026 smp->v.mode_flags |= SNDRV_SFNT_SAMPLE_UNSIGNED; in load_guspatch()