Lines Matching refs:index
165 /* index 0 is not used in stream map */
177 int index;
194 index = sst_get_stream_mapping(pstream->pcm->device,
197 if (index <= 0)
200 str_params->stream_id = index;
201 str_params->device_type = map[index].device_id;
202 str_params->task = map[index].task_id;
208 index = sst_get_stream_mapping(cstream->device->device,
211 if (index <= 0)
213 str_params->stream_id = index;
214 str_params->device_type = map[index].device_id;
215 str_params->task = map[index].task_id;