/sound/soc/qcom/qdsp6/ |
D | q6asm.c | 197 int stream_id; member 204 uint32_t stream_id) in q6asm_add_hdr() argument 207 hdr->src_port = ((ac->session << 8) & 0xFF00) | (stream_id); in q6asm_add_hdr() 208 hdr->dest_port = ((ac->session << 8) & 0xFF00) | (stream_id); in q6asm_add_hdr() 762 void *priv, int stream_id, in q6asm_audio_client_alloc() argument 769 ac = q6asm_get_audio_client(a, stream_id + 1); in q6asm_audio_client_alloc() 780 a->session[stream_id + 1] = ac; in q6asm_audio_client_alloc() 782 ac->session = stream_id + 1; in q6asm_audio_client_alloc() 790 ac->stream_id = 1; in q6asm_audio_client_alloc() 862 q6asm_add_hdr(ac, &pkt->hdr, pkt_size, true, ac->stream_id); in q6asm_open_write() [all …]
|
D | q6routing.h | 6 int stream_id, int stream_type);
|
D | q6asm-dai.c | 335 int stream_id; in q6asm_dai_open() local 337 stream_id = cpu_dai->driver->id; in q6asm_dai_open() 351 (q6asm_cb)event_handler, prtd, stream_id, in q6asm_dai_open() 556 int stream_id, size, ret; in q6asm_dai_compr_open() local 558 stream_id = cpu_dai->driver->id; in q6asm_dai_compr_open() 572 prtd, stream_id, LEGACY_PCM_MODE); in q6asm_dai_compr_open()
|
D | q6routing.c | 309 int stream_id, int stream_type) in q6routing_stream_open() argument 322 session = &routing_data->sessions[stream_id - 1]; in q6routing_stream_open() 357 payload.session_id = stream_id; in q6routing_stream_open()
|
/sound/soc/sprd/ |
D | sprd-pcm-compress.c | 327 int stream_id = cstream->direction, ret; in sprd_platform_compr_open() local 376 ret = stream->compr_ops->open(stream_id, &cb); in sprd_platform_compr_open() 403 int stream_id = cstream->direction, i; in sprd_platform_compr_free() local 417 stream->compr_ops->close(stream_id); in sprd_platform_compr_free() 433 int stream_id = cstream->direction; in sprd_platform_compr_trigger() local 464 ret = stream->compr_ops->start(stream_id); in sprd_platform_compr_trigger() 481 ret = stream->compr_ops->stop(stream_id); in sprd_platform_compr_trigger() 493 ret = stream->compr_ops->pause(stream_id); in sprd_platform_compr_trigger() 505 ret = stream->compr_ops->pause_release(stream_id); in sprd_platform_compr_trigger()
|
/sound/soc/intel/baytrail/ |
D | sst-baytrail-ipc.c | 199 int stream_id) in sst_byt_get_stream() argument 204 if (stream->str_id == stream_id) in sst_byt_get_stream() 215 u8 stream_id = sst_byt_header_str_id(header); in sst_byt_stream_update() local 218 stream = sst_byt_get_stream(byt, stream_id); in sst_byt_stream_update() 273 u8 msg_id, stream_id; in sst_byt_process_notification() local 280 stream_id = sst_byt_header_str_id(header); in sst_byt_process_notification() 281 stream = sst_byt_get_stream(byt, stream_id); in sst_byt_process_notification() 463 int stream_id, int wait) in sst_byt_stream_operations() argument 467 request.header = sst_byt_header(type, 0, false, stream_id); in sst_byt_stream_operations()
|
/sound/soc/intel/atom/ |
D | sst-mfld-dsp.h | 389 u32 stream_id; member 439 u32 stream_id; member 459 u32 stream_id; member
|
D | sst-mfld-platform.h | 81 u32 stream_id; member
|
D | sst-mfld-platform-pcm.c | 200 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()
|
/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 412 int stream_id) in get_stream_by_id() argument 417 if (stream->reply.stream_hw_id == stream_id) in get_stream_by_id() 515 u32 stream_id = msg_get_stream_id(header); in hsw_stream_update() local 518 stream = get_stream_by_id(hsw, stream_id); in hsw_stream_update() 656 u32 stream_msg, stream_id; in hsw_stream_message() local 661 stream_id = msg_get_stream_id(header); in hsw_stream_message() 663 stream = get_stream_by_id(hsw, stream_id); in hsw_stream_message() 1007 stream->free_req.stream_id = stream->reply.stream_hw_id; in sst_hsw_stream_free() 1015 stream->free_req.stream_id); in sst_hsw_stream_free() 1267 int stream_id, int wait) in sst_hsw_stream_operations() argument [all …]
|
D | sst-haswell-ipc.h | 309 u8 stream_id; member
|
/sound/soc/intel/atom/sst/ |
D | sst_stream.c | 39 str_id = str_params->stream_id; in sst_alloc_stream_mrfld()
|
/sound/pci/hda/ |
D | patch_ca0132.c | 2997 unsigned char stream_id = 0; in dspxfr_image() local 3056 stream_id = dma_get_stream_id(dma_engine); in dspxfr_image() 3058 WIDGET_CHIP_CTRL, stream_id, 0, &response); in dspxfr_image()
|