sndbuf_create
struct snd_dbuf *sndbuf_create(struct pcm_channel *channel, uint32_t fmt, uint32_t spd, const char *desc);
b = sndbuf_create(c, c->format, c->speed, "primary");
bs = sndbuf_create(c, c->format, c->speed, "secondary");