Home
last modified time | relevance | path

Searched refs:stream_id (Results 1 – 13 of 13) sorted by relevance

/sound/soc/qcom/qdsp6/
Dq6asm.h99 int q6asm_write_async(struct audio_client *ac, uint32_t stream_id, uint32_t len,
101 int q6asm_open_write(struct audio_client *ac, uint32_t stream_id,
105 int q6asm_open_read(struct audio_client *ac, uint32_t stream_id,
108 uint32_t stream_id, uint32_t rate,
112 int q6asm_read(struct audio_client *ac, uint32_t stream_id);
115 uint32_t stream_id,
120 uint32_t stream_id,
123 uint32_t stream_id,
126 uint32_t stream_id,
129 uint32_t stream_id,
[all …]
Dq6asm-dai.c69 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()
[all …]
Dq6asm.c281 uint32_t stream_id) in q6asm_add_hdr() argument
284 hdr->src_port = ((ac->session << 8) & 0xFF00) | (stream_id); in q6asm_add_hdr()
285 hdr->dest_port = ((ac->session << 8) & 0xFF00) | (stream_id); in q6asm_add_hdr()
926 int q6asm_open_write(struct audio_client *ac, uint32_t stream_id, in q6asm_open_write() argument
943 q6asm_add_hdr(ac, &pkt->hdr, pkt_size, true, stream_id); in q6asm_open_write()
1008 static int __q6asm_run(struct audio_client *ac, uint32_t stream_id, in __q6asm_run() argument
1025 q6asm_add_hdr(ac, &pkt->hdr, pkt_size, true, stream_id); in __q6asm_run()
1054 int q6asm_run(struct audio_client *ac, uint32_t stream_id, uint32_t flags, in q6asm_run() argument
1057 return __q6asm_run(ac, stream_id, flags, msw_ts, lsw_ts, true); in q6asm_run()
1072 int q6asm_run_nowait(struct audio_client *ac, uint32_t stream_id, in q6asm_run_nowait() argument
[all …]
Dq6routing.h6 int stream_id, int stream_type);
Dq6routing.c357 int stream_id, int stream_type) in q6routing_stream_open() argument
370 session = &routing_data->sessions[stream_id - 1]; in q6routing_stream_open()
405 payload.session_id = stream_id; in q6routing_stream_open()
/sound/soc/sprd/
Dsprd-pcm-compress.c324 int stream_id = cstream->direction, ret; in sprd_platform_compr_open() local
373 ret = stream->compr_ops->open(stream_id, &cb); in sprd_platform_compr_open()
398 int stream_id = cstream->direction, i; in sprd_platform_compr_free() local
412 stream->compr_ops->close(stream_id); in sprd_platform_compr_free()
426 int stream_id = cstream->direction; in sprd_platform_compr_trigger() local
457 ret = stream->compr_ops->start(stream_id); in sprd_platform_compr_trigger()
474 ret = stream->compr_ops->stop(stream_id); in sprd_platform_compr_trigger()
486 ret = stream->compr_ops->pause(stream_id); in sprd_platform_compr_trigger()
498 ret = stream->compr_ops->pause_release(stream_id); in sprd_platform_compr_trigger()
/sound/soc/intel/atom/
Dsst-mfld-dsp.h389 u32 stream_id; member
439 u32 stream_id; member
459 u32 stream_id; member
Dsst-mfld-platform-pcm.c200 str_params->stream_id = index; in sst_fill_stream_params()
213 str_params->stream_id = index; in sst_fill_stream_params()
245 stream->stream_info.str_id = str_params.stream_id; in sst_platform_alloc_stream()
Dsst-mfld-platform.h81 u32 stream_id; member
/sound/soc/intel/catpt/
Dpcm.c394 static int catpt_set_dspvol(struct catpt_dev *cdev, u8 stream_id, long *ctlvol);
810 static int catpt_set_dspvol(struct catpt_dev *cdev, u8 stream_id, long *ctlvol) in catpt_set_dspvol() argument
822 ret = catpt_ipc_set_volume(cdev, stream_id, in catpt_set_dspvol()
829 ret = catpt_ipc_set_volume(cdev, stream_id, in catpt_set_dspvol()
/sound/soc/sof/intel/
Dhda.c82 config.alh.stream_id = alh_stream_id; in sdw_params_stream()
113 config.alh.stream_id = 0xFFFF; /* invalid value on purpose */ in sdw_free_stream()
/sound/soc/intel/atom/sst/
Dsst_stream.c38 str_id = str_params->stream_id; in sst_alloc_stream_mrfld()
/sound/pci/hda/
Dpatch_ca0132.c3281 unsigned char stream_id = 0; in dspxfr_image() local
3340 stream_id = dma_get_stream_id(dma_engine); in dspxfr_image()
3342 WIDGET_CHIP_CTRL, stream_id, 0, &response); in dspxfr_image()