Home
last modified time | relevance | path

Searched refs:w_16 (Results 1 – 5 of 5) sorted by relevance

/linux/sound/isa/gus/
H A Dgus_mem.c130 unsigned int size, int w_16, int align) in snd_gf1_mem_find() argument
132 struct snd_gf1_bank_info *info = w_16 ? alloc->banks_16 : alloc->banks_8; in snd_gf1_mem_find()
138 if (w_16 && align < 2) in snd_gf1_mem_find()
140 block->flags = w_16 ? SNDRV_GF1_MEM_BLOCK_16BIT : 0; in snd_gf1_mem_find()
181 char *name, int size, int w_16, int align, in snd_gf1_mem_alloc() argument
201 if (snd_gf1_mem_find(alloc, &block, size, w_16, align) < 0) { in snd_gf1_mem_alloc()
H A Dgus_reset.c155 unsigned short i, w_16; in snd_gf1_clear_voices() local
169 w_16 = snd_gf1_read8(gus, SNDRV_GF1_VB_ADDRESS_CONTROL) & 0x04; in snd_gf1_clear_voices()
171 snd_gf1_write_addr(gus, SNDRV_GF1_VA_START, daddr, w_16); in snd_gf1_clear_voices()
172 snd_gf1_write_addr(gus, SNDRV_GF1_VA_END, daddr, w_16); in snd_gf1_clear_voices()
177 snd_gf1_write_addr(gus, SNDRV_GF1_VA_CURRENT, daddr, w_16); in snd_gf1_clear_voices()
/linux/sound/pci/emu10k1/
H A Demupcm.c262 bool w_16, bool stereo, in snd_emu10k1_pcm_init_voice() argument
284 (w_16 ? 0 : CCCA_8BITSELECT), in snd_emu10k1_pcm_init_voice()
317 bool w_16, bool stereo, in snd_emu10k1_pcm_init_voices() argument
323 snd_emu10k1_pcm_init_voice(emu, evoice, w_16, stereo, in snd_emu10k1_pcm_init_voices()
328 snd_emu10k1_pcm_init_voice(emu, evoice + 1, w_16, true, in snd_emu10k1_pcm_init_voices()
337 bool w_16, in snd_emu10k1_pcm_init_extra_voice() argument
344 snd_emu10k1_pcm_init_voice(emu, evoice, w_16, false, in snd_emu10k1_pcm_init_extra_voice()
424 bool w_16 = snd_pcm_format_width(runtime->format) == 16; in snd_emu10k1_playback_prepare() local
435 start_addr = epcm->start_addr >> w_16; in snd_emu10k1_playback_prepare()
437 snd_emu10k1_pcm_init_extra_voice(emu, epcm->extra, w_16, in snd_emu10k1_playback_prepare()
[all …]
H A Demu10k1_callback.c313 bool w_16; in start_voice() local
325 w_16 = !(vp->reg.sample_mode & SNDRV_SFNT_SAMPLE_8BITS); in start_voice()
335 mapped_offset = snd_emu10k1_memblk_offset(emem) >> w_16; in start_voice()
376 if (!w_16) in start_voice()
/linux/include/sound/
H A Dgus.h537 char *name, int size, int w_16,