Lines Matching defs:stream_id

69 	uint32_t stream_id;
190 q6asm_write_async(prtd->audio_client, prtd->stream_id,
200 q6asm_write_async(prtd->audio_client, prtd->stream_id,
209 q6asm_read(prtd->audio_client, prtd->stream_id);
242 q6asm_cmd(prtd->audio_client, prtd->stream_id, CMD_CLOSE);
261 ret = q6asm_open_write(prtd->audio_client, prtd->stream_id,
265 ret = q6asm_open_read(prtd->audio_client, prtd->stream_id,
285 prtd->audio_client, prtd->stream_id,
290 prtd->stream_id,
297 q6asm_read(prtd->audio_client, prtd->stream_id);
308 q6asm_cmd(prtd->audio_client, prtd->stream_id, CMD_CLOSE);
328 ret = q6asm_run_nowait(prtd->audio_client, prtd->stream_id,
333 ret = q6asm_cmd_nowait(prtd->audio_client, prtd->stream_id,
338 ret = q6asm_cmd_nowait(prtd->audio_client, prtd->stream_id,
359 int stream_id;
361 stream_id = cpu_dai->driver->id;
375 (q6asm_cb)event_handler, prtd, stream_id,
385 prtd->stream_id = 1;
453 q6asm_cmd(prtd->audio_client, prtd->stream_id,
530 prtd->stream_id,
533 q6asm_write_async(prtd->audio_client, prtd->stream_id,
550 prtd->stream_id,
556 prtd->stream_id = (prtd->stream_id == 1 ? 2 : 1);
593 prtd->stream_id,
597 q6asm_write_async(prtd->audio_client, prtd->stream_id,
605 prtd->stream_id, CMD_EOS);
624 int stream_id, size, ret;
626 stream_id = cpu_dai->driver->id;
638 prtd->stream_id = 1;
643 prtd, stream_id, LEGACY_PCM_MODE);
687 q6asm_cmd(prtd->audio_client, prtd->stream_id,
711 int stream_id)
748 stream_id,
808 prtd->audio_client, stream_id,
812 prtd->audio_client, stream_id,
846 stream_id,
871 stream_id,
913 ret = q6asm_open_write(prtd->audio_client, prtd->stream_id, params->codec.id,
935 prtd->stream_id);
1015 ret = q6asm_run_nowait(prtd->audio_client, prtd->stream_id,
1020 ret = q6asm_cmd_nowait(prtd->audio_client, prtd->stream_id,
1025 ret = q6asm_cmd_nowait(prtd->audio_client, prtd->stream_id,
1030 prtd->next_track_stream_id = (prtd->stream_id == 1 ? 2 : 1);
1122 q6asm_write_async(prtd->audio_client, prtd->stream_id,