Searched refs:snd_sst_buff_entry (Results 1 – 2 of 2) sorted by relevance
293 struct snd_sst_buff_entry { struct301 struct snd_sst_buff_entry *buff_entry; argument
1560 struct snd_sst_buff_entry *ientries = NULL; in mix_audio_SST_STREAM_DECODE()1561 struct snd_sst_buff_entry *oentries = NULL; in mix_audio_SST_STREAM_DECODE()1563 ientries = (struct snd_sst_buff_entry*)g_alloca(sizeof(struct snd_sst_buff_entry) * iovincnt); in mix_audio_SST_STREAM_DECODE()1564 oentries = (struct snd_sst_buff_entry*)g_alloca(sizeof(struct snd_sst_buff_entry) * iovoutcnt); in mix_audio_SST_STREAM_DECODE()