Home
last modified time | relevance | path

Searched refs:PT_BLOCKSIZE (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/sound/emu10k1/
Dpassthrough.c104 woinst->total_copied += PT_BLOCKSIZE; in pt_putblock()
157 pt->buf = kmalloc(PT_BLOCKSIZE, GFP_KERNEL); in emu10k1_pt_write()
164 int needed = PT_BLOCKSIZE - pt->prepend_size; in emu10k1_pt_write()
180 blocks = (count-bytes_copied)/PT_BLOCKSIZE; in emu10k1_pt_write()
184 copy_from_user(pt->buf, bufptr, PT_BLOCKSIZE); in emu10k1_pt_write()
193 bytes_copied += PT_BLOCKSIZE; in emu10k1_pt_write()
Dpassthrough.h40 #define PT_BLOCKSIZE (PT_BLOCKSAMPLES*4) macro