Lines Matching refs:stream_id

70 	uint32_t stream_id;  member
185 q6asm_write_async(prtd->audio_client, prtd->stream_id, in event_handler()
195 q6asm_write_async(prtd->audio_client, prtd->stream_id, in event_handler()
204 q6asm_read(prtd->audio_client, prtd->stream_id); in event_handler()
237 q6asm_cmd(prtd->audio_client, prtd->stream_id, CMD_CLOSE); in q6asm_dai_prepare()
256 ret = q6asm_open_write(prtd->audio_client, prtd->stream_id, in q6asm_dai_prepare()
260 ret = q6asm_open_read(prtd->audio_client, prtd->stream_id, in q6asm_dai_prepare()
280 prtd->audio_client, prtd->stream_id, in q6asm_dai_prepare()
285 prtd->stream_id, in q6asm_dai_prepare()
292 q6asm_read(prtd->audio_client, prtd->stream_id); in q6asm_dai_prepare()
303 q6asm_cmd(prtd->audio_client, prtd->stream_id, CMD_CLOSE); in q6asm_dai_prepare()
323 ret = q6asm_run_nowait(prtd->audio_client, prtd->stream_id, in q6asm_dai_trigger()
328 ret = q6asm_cmd_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()
354 int stream_id; in q6asm_dai_open() local
356 stream_id = cpu_dai->driver->id; in q6asm_dai_open()
370 (q6asm_cb)event_handler, prtd, stream_id, in q6asm_dai_open()
380 prtd->stream_id = 1; in q6asm_dai_open()
441 q6asm_cmd(prtd->audio_client, prtd->stream_id, in q6asm_dai_close()
506 prtd->stream_id, in compress_event_handler()
509 q6asm_write_async(prtd->audio_client, prtd->stream_id, in compress_event_handler()
526 prtd->stream_id, in compress_event_handler()
532 prtd->stream_id = (prtd->stream_id == 1 ? 2 : 1); in compress_event_handler()
569 prtd->stream_id, in compress_event_handler()
573 q6asm_write_async(prtd->audio_client, prtd->stream_id, in compress_event_handler()
581 prtd->stream_id, CMD_EOS); in compress_event_handler()
600 int stream_id, size, ret; in q6asm_dai_compr_open() local
602 stream_id = cpu_dai->driver->id; in q6asm_dai_compr_open()
614 prtd->stream_id = 1; in q6asm_dai_compr_open()
619 prtd, stream_id, LEGACY_PCM_MODE); in q6asm_dai_compr_open()
663 q6asm_cmd(prtd->audio_client, prtd->stream_id, in q6asm_dai_compr_free()
687 int stream_id) in __q6asm_dai_compr_set_codec_params() argument
724 stream_id, in __q6asm_dai_compr_set_codec_params()
784 prtd->audio_client, stream_id, in __q6asm_dai_compr_set_codec_params()
788 prtd->audio_client, stream_id, in __q6asm_dai_compr_set_codec_params()
822 stream_id, in __q6asm_dai_compr_set_codec_params()
847 stream_id, in __q6asm_dai_compr_set_codec_params()
889 ret = q6asm_open_write(prtd->audio_client, prtd->stream_id, params->codec.id, in q6asm_dai_compr_set_params()
911 prtd->stream_id); in q6asm_dai_compr_set_params()
991 ret = q6asm_run_nowait(prtd->audio_client, prtd->stream_id, in q6asm_dai_compr_trigger()
996 ret = q6asm_cmd_nowait(prtd->audio_client, prtd->stream_id, in q6asm_dai_compr_trigger()
1001 ret = q6asm_cmd_nowait(prtd->audio_client, prtd->stream_id, in q6asm_dai_compr_trigger()
1006 prtd->next_track_stream_id = (prtd->stream_id == 1 ? 2 : 1); in q6asm_dai_compr_trigger()
1098 q6asm_write_async(prtd->audio_client, prtd->stream_id, in q6asm_compr_copy()