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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demupcm.c268 unsigned char attn, send_amount[8]; local
297 memset(send_amount, 0, sizeof(send_amount));
302 memcpy(send_amount, &mix->send_volume[tmp][0], 8);
328 ((unsigned int)send_amount[4] << 24) |
329 ((unsigned int)send_amount[5] << 16) |
330 ((unsigned int)send_amount[6] << 8) |
331 (unsigned int)send_amount[7]);
337 snd_emu10k1_ptr_write(emu, PTRX, voice, (send_amount[0] << 8) | send_amount[
[all...]

Completed in 93 milliseconds