Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/emu10k1/
Demu10k1_patch.c89 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) in snd_emu10k1_sample_new()
104 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) in snd_emu10k1_sample_new()
113 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) in snd_emu10k1_sample_new()
129 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) { in snd_emu10k1_sample_new()
162 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) in snd_emu10k1_sample_new()
186 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) { in snd_emu10k1_sample_new()
199 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) in snd_emu10k1_sample_new()
Demu10k1_callback.c426 if (vp->reg.sample_mode & SNDRV_SFNT_SAMPLE_8BITS) in start_voice()
461 if (vp->reg.sample_mode & SNDRV_SFNT_SAMPLE_8BITS) in start_voice()
/Linux-v4.19/sound/isa/sb/
Demu8000_patch.c90 if (mode & SNDRV_SFNT_SAMPLE_8BITS) { in read_word()
185 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS) { in snd_emu8000_sample_new()
/Linux-v4.19/include/uapi/sound/
Dsfnt_info.h169 #define SNDRV_SFNT_SAMPLE_8BITS 1 /* wave data is 8bits */ macro
/Linux-v4.19/sound/synth/emux/
Demux_effect.c148 if (!(mode & SNDRV_SFNT_SAMPLE_8BITS)) in effect_get_offset()
Dsoundfont.c985 smp->v.mode_flags |= SNDRV_SFNT_SAMPLE_8BITS; in load_guspatch()