Lines Matching refs:stream_id

69 	uint32_t stream_id;  member
190 q6asm_write_async(prtd->audio_client, prtd->stream_id, in event_handler()
200 q6asm_write_async(prtd->audio_client, prtd->stream_id, in event_handler()
209 q6asm_read(prtd->audio_client, prtd->stream_id); in event_handler()
242 q6asm_cmd(prtd->audio_client, prtd->stream_id, CMD_CLOSE); in q6asm_dai_prepare()
261 ret = q6asm_open_write(prtd->audio_client, prtd->stream_id, in q6asm_dai_prepare()
265 ret = q6asm_open_read(prtd->audio_client, prtd->stream_id, in q6asm_dai_prepare()
285 prtd->audio_client, prtd->stream_id, in q6asm_dai_prepare()
290 prtd->stream_id, in q6asm_dai_prepare()
297 q6asm_read(prtd->audio_client, prtd->stream_id); in q6asm_dai_prepare()
308 q6asm_cmd(prtd->audio_client, prtd->stream_id, CMD_CLOSE); in q6asm_dai_prepare()
328 ret = q6asm_run_nowait(prtd->audio_client, prtd->stream_id, in q6asm_dai_trigger()
333 ret = q6asm_cmd_nowait(prtd->audio_client, prtd->stream_id, in q6asm_dai_trigger()
338 ret = q6asm_cmd_nowait(prtd->audio_client, prtd->stream_id, in q6asm_dai_trigger()
359 int stream_id; in q6asm_dai_open() local
361 stream_id = cpu_dai->driver->id; in q6asm_dai_open()
375 (q6asm_cb)event_handler, prtd, stream_id, in q6asm_dai_open()
385 prtd->stream_id = 1; in q6asm_dai_open()
451 q6asm_cmd(prtd->audio_client, prtd->stream_id, in q6asm_dai_close()
516 prtd->stream_id, in compress_event_handler()
519 q6asm_write_async(prtd->audio_client, prtd->stream_id, in compress_event_handler()
536 prtd->stream_id, in compress_event_handler()
542 prtd->stream_id = (prtd->stream_id == 1 ? 2 : 1); in compress_event_handler()
579 prtd->stream_id, in compress_event_handler()
583 q6asm_write_async(prtd->audio_client, prtd->stream_id, in compress_event_handler()
591 prtd->stream_id, CMD_EOS); in compress_event_handler()
610 int stream_id, size, ret; in q6asm_dai_compr_open() local
612 stream_id = cpu_dai->driver->id; in q6asm_dai_compr_open()
624 prtd->stream_id = 1; in q6asm_dai_compr_open()
629 prtd, stream_id, LEGACY_PCM_MODE); in q6asm_dai_compr_open()
673 q6asm_cmd(prtd->audio_client, prtd->stream_id, in q6asm_dai_compr_free()
697 int stream_id) in __q6asm_dai_compr_set_codec_params() argument
734 stream_id, in __q6asm_dai_compr_set_codec_params()
794 prtd->audio_client, stream_id, in __q6asm_dai_compr_set_codec_params()
798 prtd->audio_client, stream_id, in __q6asm_dai_compr_set_codec_params()
832 stream_id, in __q6asm_dai_compr_set_codec_params()
857 stream_id, in __q6asm_dai_compr_set_codec_params()
899 ret = q6asm_open_write(prtd->audio_client, prtd->stream_id, params->codec.id, in q6asm_dai_compr_set_params()
921 prtd->stream_id); in q6asm_dai_compr_set_params()
1001 ret = q6asm_run_nowait(prtd->audio_client, prtd->stream_id, in q6asm_dai_compr_trigger()
1006 ret = q6asm_cmd_nowait(prtd->audio_client, prtd->stream_id, in q6asm_dai_compr_trigger()
1011 ret = q6asm_cmd_nowait(prtd->audio_client, prtd->stream_id, in q6asm_dai_compr_trigger()
1016 prtd->next_track_stream_id = (prtd->stream_id == 1 ? 2 : 1); in q6asm_dai_compr_trigger()
1108 q6asm_write_async(prtd->audio_client, prtd->stream_id, in q6asm_compr_copy()