Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/emu10k1/
Demu10k1_patch.c92 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) in snd_emu10k1_sample_new()
107 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) in snd_emu10k1_sample_new()
116 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) in snd_emu10k1_sample_new()
132 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) { in snd_emu10k1_sample_new()
165 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) in snd_emu10k1_sample_new()
189 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) { in snd_emu10k1_sample_new()
202 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-4.4.14/sound/isa/sb/
Demu8000_patch.c88 if (mode & SNDRV_SFNT_SAMPLE_8BITS) { in read_word()
186 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS) { in snd_emu8000_sample_new()
/linux-4.4.14/include/uapi/sound/
Dsfnt_info.h168 #define SNDRV_SFNT_SAMPLE_8BITS 1 /* wave data is 8bits */ macro
/linux-4.4.14/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()