Home
last modified time | relevance | path

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

/linux-2.6.39/sound/drivers/pcsp/
Dpcsp.h46 #define PCSP_MIN_PERIOD_NS (1000000000ULL * PCSP_MAX_RATE__1) macro
Dpcsp.c61 if (loops_per_jiffy >= PCSP_MIN_LPJ && tp.tv_nsec <= PCSP_MIN_PERIOD_NS) in snd_pcsp_create()