Searched refs:hwmax (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dvwsnd.c1923 const int hwmax = wport->hwbuf_max; local
1955 hw_avail = (hwmax - hw_unavail) & -fragsize;
2047 const int hwmax = rport->hwbuf_max; local
2078 if (hw_avail > hwmax)
2079 hw_avail = hwmax;

Completed in 52 milliseconds