send_amount 279 sound/pci/emu10k1/emupcm.c unsigned char send_amount[8]; send_amount 307 sound/pci/emu10k1/emupcm.c memset(send_amount, 0, sizeof(send_amount)); send_amount 312 sound/pci/emu10k1/emupcm.c memcpy(send_amount, &mix->send_volume[tmp][0], 8); send_amount 338 sound/pci/emu10k1/emupcm.c ((unsigned int)send_amount[4] << 24) | send_amount 339 sound/pci/emu10k1/emupcm.c ((unsigned int)send_amount[5] << 16) | send_amount 340 sound/pci/emu10k1/emupcm.c ((unsigned int)send_amount[6] << 8) | send_amount 341 sound/pci/emu10k1/emupcm.c (unsigned int)send_amount[7]); send_amount 347 sound/pci/emu10k1/emupcm.c snd_emu10k1_ptr_write(emu, PTRX, voice, (send_amount[0] << 8) | send_amount[1]); send_amount 348 sound/pci/emu10k1/emupcm.c snd_emu10k1_ptr_write(emu, DSL, voice, end_addr | (send_amount[3] << 24)); send_amount 351 sound/pci/emu10k1/emupcm.c (send_amount[2] << 24));