Home
last modified time | relevance | path

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

/sound/isa/gus/
Dgus_mem.c138 unsigned int size, int w_16, int align) in snd_gf1_mem_find() argument
140 struct snd_gf1_bank_info *info = w_16 ? alloc->banks_16 : alloc->banks_8; in snd_gf1_mem_find()
146 if (w_16 && align < 2) in snd_gf1_mem_find()
148 block->flags = w_16 ? SNDRV_GF1_MEM_BLOCK_16BIT : 0; in snd_gf1_mem_find()
189 char *name, int size, int w_16, int align, in snd_gf1_mem_alloc() argument
209 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.c273 static inline int emu10k1_ccis(int stereo, int w_16) in emu10k1_ccis() argument
275 if (w_16) { in emu10k1_ccis()
292 int voice, stereo, w_16; in snd_emu10k1_pcm_init_voice() local
301 w_16 = snd_pcm_format_width(runtime->format) == 16; in snd_emu10k1_pcm_init_voice()
307 if (w_16) { in snd_emu10k1_pcm_init_voice()
330 ccis = emu10k1_ccis(stereo, w_16); in snd_emu10k1_pcm_init_voice()
374 (w_16 ? 0 : CCCA_8BITSELECT)); in snd_emu10k1_pcm_init_voice()
378 (w_16 ? 0 : CCCA_8BITSELECT)); in snd_emu10k1_pcm_init_voice()