Searched refs:w_16 (Results 1 – 4 of 4) sorted by relevance
| /sound/isa/gus/ |
| A D | gus_mem.c | 130 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()
|
| A D | gus_reset.c | 151 unsigned short i, w_16; in snd_gf1_clear_voices() local 165 w_16 = snd_gf1_read8(gus, SNDRV_GF1_VB_ADDRESS_CONTROL) & 0x04; in snd_gf1_clear_voices() 167 snd_gf1_write_addr(gus, SNDRV_GF1_VA_START, daddr, w_16); in snd_gf1_clear_voices() 168 snd_gf1_write_addr(gus, SNDRV_GF1_VA_END, daddr, w_16); in snd_gf1_clear_voices() 173 snd_gf1_write_addr(gus, SNDRV_GF1_VA_CURRENT, daddr, w_16); in snd_gf1_clear_voices()
|
| /sound/pci/emu10k1/ |
| A D | emupcm.c | 262 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() 435 start_addr = epcm->start_addr >> w_16; in snd_emu10k1_playback_prepare() 583 bool w_16, bool stereo, in snd_emu10k1_playback_prepare_voices() argument 588 unsigned eloop_start = epcm->start_addr >> w_16; in snd_emu10k1_playback_prepare_voices() [all …]
|
| A D | emu10k1_callback.c | 313 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()
|
Completed in 13 milliseconds