Home
last modified time | relevance | path

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

/linux-6.1.9/sound/isa/gus/
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()
Dgus_reset.c151 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()
/linux-6.1.9/sound/pci/emu10k1/
Demupcm.c260 static inline int emu10k1_ccis(int stereo, int w_16) in emu10k1_ccis() argument
262 if (w_16) { in emu10k1_ccis()
279 int voice, stereo, w_16; in snd_emu10k1_pcm_init_voice() local
288 w_16 = snd_pcm_format_width(runtime->format) == 16; in snd_emu10k1_pcm_init_voice()
294 if (w_16) { in snd_emu10k1_pcm_init_voice()
316 ccis = emu10k1_ccis(stereo, w_16); in snd_emu10k1_pcm_init_voice()
360 (w_16 ? 0 : CCCA_8BITSELECT)); in snd_emu10k1_pcm_init_voice()
364 (w_16 ? 0 : CCCA_8BITSELECT)); in snd_emu10k1_pcm_init_voice()
/linux-6.1.9/include/sound/
Dgus.h537 char *name, int size, int w_16,