Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/pcxhr/
Dpcxhr.h37 #define PCXHR_GRANULARITY 96 /* min 96 and multiple of 48 */ macro
Dpcxhr.c1009 .period_bytes_min = (2*PCXHR_GRANULARITY),
1012 .periods_max = (32*1024/PCXHR_GRANULARITY),
1577 mgr->granularity = PCXHR_GRANULARITY; in pcxhr_probe()