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

/freebsd-12-stable/sys/dev/sound/pcm/
H A Dsndstat.h75 KASSERT(c->bufhard != NULL && c->bufsoft != NULL, \
84 if (c->speed != sndbuf_getspd(c->bufhard)) \
86 sndbuf_getspd(c->bufhard)); \
88 if (c->format != sndbuf_getfmt(c->bufhard)) \
90 sndbuf_getfmt(c->bufhard)); \
105 sndbuf_getfree(c->bufhard), \
107 sndbuf_getsize(c->bufhard), \
108 sndbuf_getblksz(c->bufhard), \
109 sndbuf_getblkcnt(c->bufhard), \
119 sndbuf_getsize(c->bufhard), \
[all...]
H A Dvchan.h47 sndbuf_getfmt((c)->bufhard) != (c)->parentchannel->format || \
48 sndbuf_getspd((c)->bufhard) != (c)->parentchannel->speed))
H A Dchannel.h103 struct snd_dbuf *bufhard, *bufsoft; member in struct:pcm_channel
248 (x)->parentchannel->bufhard != NULL) ? \
249 (x)->parentchannel->bufhard : (y))
442 /* The total number of blocks per secondary bufhard. */
444 /* The size of a whole secondary bufhard. */
H A Dchannel.c353 struct snd_dbuf *b = c->bufhard;
389 struct snd_dbuf *b = c->bufhard;
523 struct snd_dbuf *b = c->bufhard;
672 struct snd_dbuf *b = c->bufhard;
747 struct snd_dbuf *b = c->bufhard;
788 b = CHN_BUF_PARENT(c, c->bufhard);
925 struct snd_dbuf *b = c->bufhard;
959 struct snd_dbuf *b = c->bufhard;
1203 c->bufhard = b;
1280 struct snd_dbuf *b = c->bufhard;
[all...]
H A Dfeeder_chain.c699 cdesc.target.rate = sndbuf_getspd(c->bufhard);
703 cdesc.origin.rate = sndbuf_getspd(c->bufhard);
854 sndbuf_setfmt(c->bufhard, hwfmt);
H A Dfeeder_mixer.c201 min(cnt, maxfeed), c->bufhard);
H A Dvchan.c917 sndbuf_setspd(c->bufhard, c->parentchannel->speed);

Completed in 117 milliseconds