Home
last modified time | relevance | path

Searched refs:CHN_2NDBUFMAXSIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dchannel.c1713 ret = min(round_pow2(v), CHN_2NDBUFMAXSIZE >> 1); in round_blksz()
1834 *rblksz = CHN_2NDBUFMAXSIZE >> 1; in chn_calclatency()
1840 return CHN_2NDBUFMAXSIZE; in chn_calclatency()
1899 (blksz * blkcnt) > CHN_2NDBUFMAXSIZE)) in chn_resizebuf()
1903 sndbuf_getalign(bs) * sndbuf_getspd(bs), CHN_2NDBUFMAXSIZE, in chn_resizebuf()
1952 CHN_2NDBUFMAXSIZE, &hblksz, &hblkcnt); in chn_resizebuf()
1994 if (limit > CHN_2NDBUFMAXSIZE) in chn_resizebuf()
1995 limit = CHN_2NDBUFMAXSIZE; in chn_resizebuf()
2000 while ((sblksz * sblkcnt) > CHN_2NDBUFMAXSIZE) { in chn_resizebuf()
H A Dchannel.h455 #define CHN_2NDBUFMAXSIZE (131072) macro
H A Ddsp.c1218 maxfrags = CHN_2NDBUFMAXSIZE / fragsz; in dsp_ioctl()
1221 if (maxfrags * fragsz > CHN_2NDBUFMAXSIZE) in dsp_ioctl()
1222 maxfrags = CHN_2NDBUFMAXSIZE / fragsz; in dsp_ioctl()