Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/emu10k1/
Dpassthrough.h38 #define PT_SAMPLES 0x8000 macro
42 #define PT_BLOCKCOUNT (PT_SAMPLES/PT_BLOCKSAMPLES)
43 #define PT_INITPTR (PT_SAMPLES/2-1)
Dpassthrough.c56 idx = pt->copyptr + PT_SAMPLES/2; in pt_putsamples()
57 idx %= PT_SAMPLES; in pt_putsamples()
100 pt->copyptr = PT_SAMPLES; in pt_putblock()
148 if (card->tankmem.size < PT_SAMPLES*2) in emu10k1_pt_write()
152 pt->playptr = PT_SAMPLES-1; in emu10k1_pt_write()