Searched refs:hwbuf_max (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.c1476 int hwbuf_max; /* max bytes to preload */ member in struct:vwsnd_port
1677 rport->hwbuf_max = aport->hwbuf_size - DMACHUNK_SIZE;
1678 hwfrags = rport->hwbuf_max >> aport->hw_fragshift;
1684 DBGPV("read hwbuf_max = %d, swbuf_size = %d\n",
1685 rport->hwbuf_max, rport->swbuf_size);
1690 wport->hwbuf_max = aport->hwbuf_size - DMACHUNK_SIZE;
1691 if (wport->hwbuf_max > total_bytes)
1692 wport->hwbuf_max = total_bytes;
1693 hwfrags = wport->hwbuf_max >> aport->hw_fragshift;
1700 DBGPV("write hwbuf_max
[all...]

Completed in 144 milliseconds