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.c1760 ret = min(round_pow2(v), CHN_2NDBUFMAXSIZE >> 1); in round_blksz()
1881 *rblksz = CHN_2NDBUFMAXSIZE >> 1; in chn_calclatency()
1887 return CHN_2NDBUFMAXSIZE; in chn_calclatency()
1946 (blksz * blkcnt) > CHN_2NDBUFMAXSIZE)) in chn_resizebuf()
1950 sndbuf_getalign(bs) * sndbuf_getspd(bs), CHN_2NDBUFMAXSIZE, in chn_resizebuf()
1999 CHN_2NDBUFMAXSIZE, &hblksz, &hblkcnt); in chn_resizebuf()
2047 if (limit > CHN_2NDBUFMAXSIZE) in chn_resizebuf()
2048 limit = CHN_2NDBUFMAXSIZE; in chn_resizebuf()
2061 while ((sblksz * sblkcnt) > CHN_2NDBUFMAXSIZE) { in chn_resizebuf()
H A Dchannel.h447 #define CHN_2NDBUFMAXSIZE (131072) macro
H A Ddsp.c1261 maxfrags = CHN_2NDBUFMAXSIZE / fragsz; in dsp_ioctl()
1264 if (maxfrags * fragsz > CHN_2NDBUFMAXSIZE) in dsp_ioctl()
1265 maxfrags = CHN_2NDBUFMAXSIZE / fragsz; in dsp_ioctl()