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()
287 prtd->audio_client, prtd->stream_id, in q6asm_dai_prepare()
292 prtd->stream_id, in q6asm_dai_prepare()
299 q6asm_read(prtd->audio_client, prtd->stream_id); in q6asm_dai_prepare()
321 ret = q6asm_run_nowait(prtd->audio_client, prtd->stream_id, in q6asm_dai_trigger()
326 ret = q6asm_cmd_nowait(prtd->audio_client, prtd->stream_id, in q6asm_dai_trigger()
331 ret = q6asm_cmd_nowait(prtd->audio_client, prtd->stream_id, in q6asm_dai_trigger()
352 int stream_id; in q6asm_dai_open() local
354 stream_id = cpu_dai->driver->id; in q6asm_dai_open()
368 (q6asm_cb)event_handler, prtd, stream_id, in q6asm_dai_open()
378 prtd->stream_id = 1; in q6asm_dai_open()
446 q6asm_cmd(prtd->audio_client, prtd->stream_id, in q6asm_dai_close()
523 prtd->stream_id, in compress_event_handler()
526 q6asm_write_async(prtd->audio_client, prtd->stream_id, in compress_event_handler()
543 prtd->stream_id, in compress_event_handler()
549 prtd->stream_id = (prtd->stream_id == 1 ? 2 : 1); in compress_event_handler()
586 prtd->stream_id, in compress_event_handler()
590 q6asm_write_async(prtd->audio_client, prtd->stream_id, in compress_event_handler()
598 prtd->stream_id, CMD_EOS); in compress_event_handler()
617 int stream_id, size, ret; in q6asm_dai_compr_open() local
619 stream_id = cpu_dai->driver->id; in q6asm_dai_compr_open()
631 prtd->stream_id = 1; in q6asm_dai_compr_open()
636 prtd, stream_id, LEGACY_PCM_MODE); in q6asm_dai_compr_open()
680 q6asm_cmd(prtd->audio_client, prtd->stream_id, in q6asm_dai_compr_free()
704 int stream_id) in __q6asm_dai_compr_set_codec_params() argument
741 stream_id, in __q6asm_dai_compr_set_codec_params()
801 prtd->audio_client, stream_id, in __q6asm_dai_compr_set_codec_params()
805 prtd->audio_client, stream_id, in __q6asm_dai_compr_set_codec_params()
839 stream_id, in __q6asm_dai_compr_set_codec_params()
864 stream_id, in __q6asm_dai_compr_set_codec_params()
906 ret = q6asm_open_write(prtd->audio_client, prtd->stream_id, params->codec.id, in q6asm_dai_compr_set_params()
928 prtd->stream_id); in q6asm_dai_compr_set_params()
1008 ret = q6asm_run_nowait(prtd->audio_client, prtd->stream_id, in q6asm_dai_compr_trigger()
1013 ret = q6asm_cmd_nowait(prtd->audio_client, prtd->stream_id, in q6asm_dai_compr_trigger()
1018 ret = q6asm_cmd_nowait(prtd->audio_client, prtd->stream_id, in q6asm_dai_compr_trigger()
1023 prtd->next_track_stream_id = (prtd->stream_id == 1 ? 2 : 1); in q6asm_dai_compr_trigger()
1115 q6asm_write_async(prtd->audio_client, prtd->stream_id, in q6asm_compr_copy()