Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/sound/pcm/
Dbuffer.h73 int sndbuf_remalloc(struct snd_dbuf *b, unsigned int blkcnt, unsigned int blksz);
Dbuffer.c212 sndbuf_remalloc(struct snd_dbuf *b, unsigned int blkcnt, unsigned int blksz) in sndbuf_remalloc() function
Dchannel.c1866 ret = sndbuf_remalloc(bs, sblkcnt, sblksz); in chn_resizebuf()