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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_pcm.c53 unsigned char voice_ctrl, ramp_ctrl; member in struct:gus_pcm_private
110 unsigned char voice_ctrl, ramp_ctrl; local
127 voice_ctrl = snd_pcm_format_width(runtime->format) == 16 ? 0x24 : 0x20;
131 voice_ctrl |= 0x08; /* loop enable */
139 // snd_printk("init: curr=0x%x, begin=0x%x, end=0x%x, ctrl=0x%x, ramp=0x%x, rate=0x%x\n", curr, begin, end, voice_ctrl, ramp_ctrl, rate);
146 snd_gf1_write_addr(gus, SNDRV_GF1_VA_START, begin << 4, voice_ctrl & 4);
147 snd_gf1_write_addr(gus, SNDRV_GF1_VA_END, end << 4, voice_ctrl & 4);
148 snd_gf1_write_addr(gus, SNDRV_GF1_VA_CURRENT, curr << 4, voice_ctrl & 4);
165 snd_gf1_write8(gus, SNDRV_GF1_VB_ADDRESS_CONTROL, voice_ctrl);
166 voice_ctrl
185 unsigned char voice_ctrl, ramp_ctrl; local
497 unsigned char voice_ctrl; local
[all...]

Completed in 69 milliseconds