/kernel/linux/linux-5.10/sound/isa/gus/ |
H A D | gus_mem.c | 123 unsigned int size, int w_16, int align) in snd_gf1_mem_find() 125 struct snd_gf1_bank_info *info = w_16 ? alloc->banks_16 : alloc->banks_8; in snd_gf1_mem_find() 131 if (w_16 && align < 2) in snd_gf1_mem_find() 133 block->flags = w_16 ? SNDRV_GF1_MEM_BLOCK_16BIT : 0; in snd_gf1_mem_find() 174 char *name, int size, int w_16, int align, in snd_gf1_mem_alloc() 194 if (snd_gf1_mem_find(alloc, &block, size, w_16, align) < 0) { in snd_gf1_mem_alloc() 121 snd_gf1_mem_find(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block, unsigned int size, int w_16, int align) snd_gf1_mem_find() argument 173 snd_gf1_mem_alloc(struct snd_gf1_mem * alloc, int owner, char *name, int size, int w_16, int align, unsigned int *share_id) snd_gf1_mem_alloc() argument
|
H 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()
|
/kernel/linux/linux-6.6/sound/isa/gus/ |
H A D | gus_mem.c | 130 unsigned int size, int w_16, int align) in snd_gf1_mem_find() 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() 201 if (snd_gf1_mem_find(alloc, &block, size, w_16, align) < 0) { in snd_gf1_mem_alloc() 128 snd_gf1_mem_find(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block, unsigned int size, int w_16, int align) snd_gf1_mem_find() argument 180 snd_gf1_mem_alloc(struct snd_gf1_mem * alloc, int owner, char *name, int size, int w_16, int align, unsigned int *share_id) snd_gf1_mem_alloc() argument
|
H 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()
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | emupcm.c | 283 bool w_16, bool stereo, in snd_emu10k1_pcm_init_voice() 305 (w_16 ? 0 : CCCA_8BITSELECT), in snd_emu10k1_pcm_init_voice() 338 bool w_16, bool stereo, in snd_emu10k1_pcm_init_voices() 344 snd_emu10k1_pcm_init_voice(emu, evoice, w_16, stereo, in snd_emu10k1_pcm_init_voices() 349 snd_emu10k1_pcm_init_voice(emu, evoice + 1, w_16, true, in snd_emu10k1_pcm_init_voices() 358 bool w_16, in snd_emu10k1_pcm_init_extra_voice() 365 snd_emu10k1_pcm_init_voice(emu, evoice, w_16, false, in snd_emu10k1_pcm_init_extra_voice() 445 bool w_16 = snd_pcm_format_width(runtime->format) == 16; in snd_emu10k1_playback_prepare() local 456 start_addr = epcm->start_addr >> w_16; in snd_emu10k1_playback_prepare() 458 snd_emu10k1_pcm_init_extra_voice(emu, epcm->extra, w_16, in snd_emu10k1_playback_prepare() 281 snd_emu10k1_pcm_init_voice(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *evoice, bool w_16, bool stereo, unsigned int start_addr, unsigned int end_addr, const unsigned char *send_routing, const unsigned char *send_amount) snd_emu10k1_pcm_init_voice() argument 336 snd_emu10k1_pcm_init_voices(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *evoice, bool w_16, bool stereo, unsigned int start_addr, unsigned int end_addr, struct snd_emu10k1_pcm_mixer *mix) snd_emu10k1_pcm_init_voices() argument 356 snd_emu10k1_pcm_init_extra_voice(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *evoice, bool w_16, unsigned int start_addr, unsigned int end_addr) snd_emu10k1_pcm_init_extra_voice() argument 602 snd_emu10k1_playback_prepare_voices(struct snd_emu10k1 *emu, struct snd_emu10k1_pcm *epcm, bool w_16, bool stereo, int channels) snd_emu10k1_playback_prepare_voices() argument 748 bool w_16 = snd_pcm_format_width(runtime->format) == 16; snd_emu10k1_playback_trigger() local [all...] |
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emupcm.c | 255 * w_16: using 16bit samples 259 static inline int emu10k1_ccis(int stereo, int w_16) in emu10k1_ccis() argument 261 if (w_16) { in emu10k1_ccis() 278 int voice, stereo, w_16; in snd_emu10k1_pcm_init_voice() local 287 w_16 = snd_pcm_format_width(runtime->format) == 16; in snd_emu10k1_pcm_init_voice() 293 if (w_16) { in snd_emu10k1_pcm_init_voice() 315 ccis = emu10k1_ccis(stereo, w_16); in snd_emu10k1_pcm_init_voice() 359 (w_16 ? 0 : CCCA_8BITSELECT)); in snd_emu10k1_pcm_init_voice() 363 (w_16 ? 0 : CCCA_8BITSELECT)); in snd_emu10k1_pcm_init_voice()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | gus.h | 537 char *name, int size, int w_16,
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | gus.h | 537 char *name, int size, int w_16,
|