| /linux/sound/soc/sof/amd/ |
| A D | acp-stream.c | 31 int stream_tag = stream->stream_tag; in acp_dsp_stream_config() local 36 switch (stream_tag) { in acp_dsp_stream_config() 86 dev_err(sdev->dev, "Invalid stream tag %d\n", stream_tag); in acp_dsp_stream_config() 94 index = stream_tag - 1; in acp_dsp_stream_config() 144 if (stream->stream_tag == tag) { in acp_dsp_stream_get() 170 dev_err(sdev->dev, "Cannot find active stream tag %d\n", acp_stream->stream_tag); in acp_dsp_stream_put() 183 adata->stream_buf[i].stream_tag = i + 1; in acp_dsp_stream_init()
|
| A D | acp-pcm.c | 41 platform_params->stream_tag = stream->stream_tag; in acp_pcm_hw_params() 48 index = stream->stream_tag - 1; in acp_pcm_hw_params()
|
| A D | acp-trace.c | 59 dtrace_params->stream_tag = stream->stream_tag; in acp_sof_trace_init()
|
| A D | acp-probes.c | 40 *stream_id = stream->stream_tag; in acp_probes_compr_startup() 93 index = stream->stream_tag - 1; in acp_probes_compr_set_params()
|
| /linux/sound/soc/sof/intel/ |
| A D | hda-trace.c | 54 dtrace_params->stream_tag = hda->dtrace_stream->hstream.stream_tag; in hda_dsp_trace_init() 64 dtrace_params->stream_tag); in hda_dsp_trace_init() 66 dtrace_params->stream_tag = 0; in hda_dsp_trace_init() 82 hstream->stream_tag); in hda_dsp_trace_release()
|
| A D | hda-dai.c | 113 int stream_tag; in hda_link_dma_cleanup() local 127 stream_tag = hdac_stream(hext_stream)->stream_tag; in hda_link_dma_cleanup() 128 snd_hdac_ext_bus_link_clear_stream_id(hlink, stream_tag); in hda_link_dma_cleanup() 151 int stream_tag; in hda_link_dma_hw_params() local 175 stream_tag = hstream->stream_tag; in hda_link_dma_hw_params() 178 snd_hdac_ext_bus_link_set_stream_id(hlink, stream_tag); in hda_link_dma_hw_params() 245 data->dai_data = hdac_stream(hext_stream)->stream_tag - 1; in hda_dai_hw_params_data() 400 stream_id = hstream->stream_tag; in non_hda_dai_hw_params_data() 548 hdac_stream(hext_stream)->stream_tag, in sdw_hda_dai_hw_params()
|
| A D | hda-stream.c | 54 hstream->stream_tag); in hda_hstream_dbg_get_stream_info_str() 58 hstream->stream_tag); in hda_hstream_dbg_get_stream_info_str() 242 int hda_dsp_stream_put(struct snd_sof_dev *sdev, int direction, int stream_tag) in hda_dsp_stream_put() argument 266 if (s->direction == direction && s->stream_tag == stream_tag) { in hda_dsp_stream_put() 285 __func__, stream_tag); in hda_dsp_stream_put() 604 hstream->stream_tag << in hda_dsp_stream_hw_params() 939 hstream->stream_tag = i + 1; in hda_dsp_stream_init() 942 hstream->stream_tag = i - num_capture + 1; in hda_dsp_stream_init()
|
| A D | hda-loader.c | 95 hda_dsp_stream_put(sdev, direction, hstream->stream_tag); in hda_cl_prepare() 105 int cl_dsp_init(struct snd_sof_dev *sdev, int stream_tag, bool imr_boot) in cl_dsp_init() argument 128 ipc_hdr |= HDA_DSP_ROM_IPC_PURGE_FW | ((stream_tag - 1) << 9); in cl_dsp_init() 271 hda_dsp_stream_put(sdev, hstream->direction, hstream->stream_tag); in hda_cl_cleanup() 460 ret = chip_info->cl_init(sdev, hext_stream->hstream.stream_tag, false); in hda_dsp_cl_boot_firmware() 577 msg.primary = hext_stream->hstream.stream_tag - 1; in hda_dsp_ipc4_load_library()
|
| A D | hda-pcm.c | 141 platform_params->stream_tag = hstream->stream_tag; in hda_dsp_pcm_hw_params() 314 ret = hda_dsp_stream_put(sdev, direction, hstream->stream_tag); in hda_dsp_pcm_close()
|
| A D | hda-probes.c | 43 *stream_id = hdac_stream(hext_stream)->stream_tag; in hda_probes_compr_startup() 57 hdac_stream(hext_stream)->stream_tag); in hda_probes_compr_shutdown()
|
| A D | hda-dai-ops.c | 28 int dir, int stream_tag) in hda_check_fes() argument 37 if (fe_hstream->stream_tag == stream_tag) in hda_check_fes() 89 hstream->stream_tag)) { in hda_link_stream_assign()
|
| /linux/sound/pci/hda/ |
| A D | hda_controller_trace.h | 64 __field( unsigned char, stream_tag ) 68 __entry->stream_tag = (azx_dev)->core.stream_tag; 71 TP_printk("stream_tag: %d", __entry->stream_tag)
|
| A D | hda_codec.c | 677 u8 stream_tag; member 1091 if (p->stream_tag != stream_tag || p->channel_id != channel_id) { in update_pcm_stream_id() 1098 p->stream_tag = stream_tag; in update_pcm_stream_id() 1131 u32 stream_tag, in snd_hda_codec_setup_stream() argument 1164 if (!p->active && p->stream_tag == stream_tag && in snd_hda_codec_setup_stream() 1244 if (p->stream_tag) in hda_cleanup_all_streams() 3140 unsigned int stream_tag, in hda_pcm_default_prepare() argument 3686 unsigned int stream_tag, in snd_hda_multi_out_dig_prepare() argument 3814 stream_tag, format); in snd_hda_multi_out_analog_prepare() 3835 stream_tag, 0, format); in snd_hda_multi_out_analog_prepare() [all …]
|
| A D | patch_si3054.c | 137 unsigned int stream_tag, in si3054_pcm_prepare() argument 146 val |= ((stream_tag & 0xf) << 4) << (8 * (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)); in si3054_pcm_prepare() 150 stream_tag, 0, format); in si3054_pcm_prepare()
|
| A D | hda_controller.c | 162 unsigned int format_val, stream_tag, bits; in azx_pcm_prepare() local 193 stream_tag = azx_dev->core.stream_tag; in azx_pcm_prepare() 196 stream_tag > chip->capture_streams) in azx_pcm_prepare() 197 stream_tag -= chip->capture_streams; in azx_pcm_prepare() 198 err = snd_hda_codec_prepare(apcm->codec, hinfo, stream_tag, in azx_pcm_prepare() 396 (azx_dev->core.stream_tag - 1); in azx_get_sync_time()
|
| /linux/sound/hda/ |
| A D | trace.h | 72 __field(unsigned char, stream_tag) 76 __entry->stream_tag = (azx_dev)->stream_tag; 79 TP_printk("stream_tag: %d", __entry->stream_tag)
|
| A D | hdac_stream.c | 104 azx_dev->stream_tag = tag; in snd_hdac_stream_init() 274 (azx_dev->stream_tag << SD_CTL_STREAM_TAG_SHIFT); in snd_hdac_stream_setup() 437 int dir, int stream_tag) in snd_hdac_get_stream() argument 442 if (s->direction == dir && s->stream_tag == stream_tag) in snd_hdac_get_stream() 963 return azx_dev->stream_tag; in snd_hdac_dsp_prepare()
|
| /linux/sound/soc/sof/ |
| A D | sof-client-probes-ipc4.c | 55 u32 stream_tag; member 106 static int ipc4_probes_init(struct sof_client_dev *cdev, u32 stream_tag, in ipc4_probes_init() argument 117 cfg.gtw_cfg.node_id = SOF_IPC4_PROBE_NODE_ID_INDEX(stream_tag - 1) | in ipc4_probes_init() 220 points[i].stream_tag = desc[i].stream_tag; in ipc4_probes_points_add()
|
| A D | sof-client-probes-ipc3.c | 18 unsigned int stream_tag; member 63 static int ipc3_probes_init(struct sof_client_dev *cdev, u32 stream_tag, in ipc3_probes_init() argument 76 msg->dma[0].stream_tag = stream_tag; in ipc3_probes_init()
|
| A D | sof-client-probes.h | 34 unsigned int stream_tag; member 38 int (*init)(struct sof_client_dev *cdev, u32 stream_tag,
|
| A D | ipc3-pcm.c | 101 pcm.params.stream_tag = platform_params->stream_tag; in sof_ipc3_pcm_hw_params() 120 dev_dbg(component->dev, "stream_tag %d", pcm.params.stream_tag); in sof_ipc3_pcm_hw_params() 127 pcm.params.stream_tag); in sof_ipc3_pcm_hw_params()
|
| /linux/include/sound/sof/ |
| A D | trace.h | 26 uint32_t stream_tag; member 33 uint32_t stream_tag; member
|
| /linux/sound/soc/intel/avs/ |
| A D | cldma.c | 17 #define AZX_SD_CTL_STRM(s) (((s)->stream_tag << 20) & AZX_SD_CTL_STRM_MASK) 38 unsigned char stream_tag; member 55 .stream_tag = AVS_CL_STREAM_INDEX + 1,
|
| /linux/sound/soc/codecs/ |
| A D | hdac_hda.h | 21 int stream_tag[2]; member
|
| /linux/sound/hda/ext/ |
| A D | hdac_ext_stream.c | 95 int stream_tag = 0; in snd_hdac_ext_stream_init_all() local 108 tag = ++stream_tag; in snd_hdac_ext_stream_init_all() 246 (hstream->stream_tag << AZX_PPLCCTL_STRM_SHIFT); in snd_hdac_ext_stream_setup()
|