Lines Matching full:oentries
1561 struct snd_sst_buff_entry *oentries = NULL;
1564 oentries = (struct snd_sst_buff_entry*)g_alloca(sizeof(struct snd_sst_buff_entry) * iovoutcnt);
1566 if (!ientries || !oentries) return MIX_RESULT_NO_MEMORY;
1579 obuf.buff_entry = oentries;
1594 oentries[i].size = (unsigned long)iovout[i].size;
1595 oentries[i].buffer = (void *)iovout[i].data;
1596 g_debug("Creating out entry#%d, size=%u", i, oentries[i].size);