Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/emu10k1/
Dpassthrough.h39 #define PT_BLOCKSAMPLES 0x400 macro
40 #define PT_BLOCKSIZE (PT_BLOCKSAMPLES*4)
42 #define PT_BLOCKCOUNT (PT_SAMPLES/PT_BLOCKSAMPLES)
Dpassthrough.c97 while (i < PT_BLOCKSAMPLES) { in pt_putblock()
232 if (pos > PT_BLOCKSAMPLES) in emu10k1_pt_waveout_update()
233 pos = PT_BLOCKSAMPLES; in emu10k1_pt_waveout_update()
234 pos = 4 * (PT_BLOCKSAMPLES - pos); in emu10k1_pt_waveout_update()