Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| sys/dev/sound/pcm/buffer.c | ||
|---|---|---|
| 281–282 | for (; length > 0; length--, i++)
p[i % b->bufsize] = data; | |