Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Demu10k1_patch.c77 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) in snd_emu10k1_sample_new()
92 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) in snd_emu10k1_sample_new()
101 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) in snd_emu10k1_sample_new()
117 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) { in snd_emu10k1_sample_new()
150 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) in snd_emu10k1_sample_new()
174 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) { in snd_emu10k1_sample_new()
187 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) in snd_emu10k1_sample_new()
H A Demu10k1_callback.c413 if (vp->reg.sample_mode & SNDRV_SFNT_SAMPLE_8BITS) in start_voice()
448 if (vp->reg.sample_mode & SNDRV_SFNT_SAMPLE_8BITS) in start_voice()
/OK3568_Linux_fs/kernel/sound/isa/sb/
H A Demu8000_patch.c77 if (mode & SNDRV_SFNT_SAMPLE_8BITS) { in read_word()
172 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS) { in snd_emu8000_sample_new()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dsfnt_info.h169 #define SNDRV_SFNT_SAMPLE_8BITS 1 /* wave data is 8bits */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dsfnt_info.h169 #define SNDRV_SFNT_SAMPLE_8BITS 1 /* wave data is 8bits */ macro
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dsfnt_info.h169 #define SNDRV_SFNT_SAMPLE_8BITS 1 /* wave data is 8bits */ macro
/OK3568_Linux_fs/kernel/sound/synth/emux/
H A Demux_effect.c134 if (!(mode & SNDRV_SFNT_SAMPLE_8BITS)) in effect_get_offset()
H A Dsoundfont.c974 smp->v.mode_flags |= SNDRV_SFNT_SAMPLE_8BITS; in load_guspatch()