Lines Matching refs: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;
451 q6asm_cmd(prtd->audio_client, prtd->stream_id,
516 prtd->stream_id,
519 q6asm_write_async(prtd->audio_client, prtd->stream_id,
536 prtd->stream_id,
542 prtd->stream_id = (prtd->stream_id == 1 ? 2 : 1);
579 prtd->stream_id,
583 q6asm_write_async(prtd->audio_client, prtd->stream_id,
591 prtd->stream_id, CMD_EOS);
610 int stream_id, size, ret;
612 stream_id = cpu_dai->driver->id;
624 prtd->stream_id = 1;
629 prtd, stream_id, LEGACY_PCM_MODE);
673 q6asm_cmd(prtd->audio_client, prtd->stream_id,
697 int stream_id)
734 stream_id,
794 prtd->audio_client, stream_id,
798 prtd->audio_client, stream_id,
832 stream_id,
857 stream_id,
899 ret = q6asm_open_write(prtd->audio_client, prtd->stream_id, params->codec.id,
921 prtd->stream_id);
1001 ret = q6asm_run_nowait(prtd->audio_client, prtd->stream_id,
1006 ret = q6asm_cmd_nowait(prtd->audio_client, prtd->stream_id,
1011 ret = q6asm_cmd_nowait(prtd->audio_client, prtd->stream_id,
1016 prtd->next_track_stream_id = (prtd->stream_id == 1 ? 2 : 1);
1108 q6asm_write_async(prtd->audio_client, prtd->stream_id,