Home
last modified time | relevance | path

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

/sound/isa/gus/
Dgus_mem.c137 unsigned int size, int w_16, int align) in snd_gf1_mem_find() argument
139 struct snd_gf1_bank_info *info = w_16 ? alloc->banks_16 : alloc->banks_8; in snd_gf1_mem_find()
145 if (w_16 && align < 2) in snd_gf1_mem_find()
147 block->flags = w_16 ? SNDRV_GF1_MEM_BLOCK_16BIT : 0; in snd_gf1_mem_find()
188 char *name, int size, int w_16, int align, in snd_gf1_mem_alloc() argument
208 if (snd_gf1_mem_find(alloc, &block, size, w_16, align) < 0) { in snd_gf1_mem_alloc()
Dgus_reset.c168 unsigned short i, w_16; in snd_gf1_clear_voices() local
182 w_16 = snd_gf1_read8(gus, SNDRV_GF1_VB_ADDRESS_CONTROL) & 0x04; in snd_gf1_clear_voices()
184 snd_gf1_write_addr(gus, SNDRV_GF1_VA_START, daddr, w_16); in snd_gf1_clear_voices()
185 snd_gf1_write_addr(gus, SNDRV_GF1_VA_END, daddr, w_16); in snd_gf1_clear_voices()
190 snd_gf1_write_addr(gus, SNDRV_GF1_VA_CURRENT, daddr, w_16); in snd_gf1_clear_voices()
/sound/pci/emu10k1/
Demupcm.c268 static inline int emu10k1_ccis(int stereo, int w_16) in emu10k1_ccis() argument
270 if (w_16) { in emu10k1_ccis()
287 int voice, stereo, w_16; in snd_emu10k1_pcm_init_voice() local
296 w_16 = snd_pcm_format_width(runtime->format) == 16; in snd_emu10k1_pcm_init_voice()
302 if (w_16) { in snd_emu10k1_pcm_init_voice()
325 ccis = emu10k1_ccis(stereo, w_16); in snd_emu10k1_pcm_init_voice()
367 (w_16 ? 0 : CCCA_8BITSELECT)); in snd_emu10k1_pcm_init_voice()
371 (w_16 ? 0 : CCCA_8BITSELECT)); in snd_emu10k1_pcm_init_voice()