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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/gus/
H A Dgus_mem.c138 unsigned int size, int w_16, int align)
140 struct snd_gf1_bank_info *info = w_16 ? alloc->banks_16 : alloc->banks_8;
146 if (w_16 && align < 2)
148 block->flags = w_16 ? SNDRV_GF1_MEM_BLOCK_16BIT : 0;
189 char *name, int size, int w_16, int align,
209 if (snd_gf1_mem_find(alloc, &block, size, w_16, align) < 0) {
136 snd_gf1_mem_find(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block, unsigned int size, int w_16, int align) argument
188 snd_gf1_mem_alloc(struct snd_gf1_mem * alloc, int owner, char *name, int size, int w_16, int align, unsigned int *share_id) argument
H A Dgus_reset.c158 unsigned short i, w_16; local
168 w_16 = snd_gf1_read8(gus, SNDRV_GF1_VB_ADDRESS_CONTROL) & 0x04;
170 snd_gf1_write_addr(gus, SNDRV_GF1_VA_START, daddr, w_16);
171 snd_gf1_write_addr(gus, SNDRV_GF1_VA_END, daddr, w_16);
176 snd_gf1_write_addr(gus, SNDRV_GF1_VA_CURRENT, daddr, w_16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demupcm.c244 * w_16: using 16bit samples
248 static inline int emu10k1_ccis(int stereo, int w_16) argument
250 if (w_16) {
267 int voice, stereo, w_16; local
276 w_16 = snd_pcm_format_width(runtime->format) == 16;
282 if (w_16) {
305 ccis = emu10k1_ccis(stereo, w_16);
349 (w_16 ? 0 : CCCA_8BITSELECT));
353 (w_16 ? 0 : CCCA_8BITSELECT));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dgus.h546 char *name, int size, int w_16,

Completed in 120 milliseconds