Home
last modified time | relevance | path

Searched refs:pcm_id (Results 1 – 14 of 14) sorted by relevance

/linux-6.12.1/include/trace/events/
Dsof.h72 __field(u32, pcm_id)
79 __entry->pcm_id = le32_to_cpu(spcm->pcm.pcm_id);
85 __get_str(device_name), __entry->pcm_id, __entry->stream,
/linux-6.12.1/sound/soc/sof/
Dpcm.c112 spcm->pcm.pcm_id, dir); in sof_pcm_setup_connected_widgets()
155 spcm->pcm.pcm_id, substream->stream); in sof_pcm_hw_params()
211 spcm->pcm.pcm_id, substream->stream); in sof_pcm_hw_free()
250 spcm->pcm.pcm_id, substream->stream); in sof_pcm_prepare()
288 spcm->pcm.pcm_id, substream->stream, cmd); in sof_pcm_trigger()
440 spcm->pcm.pcm_id, substream->stream); in sof_pcm_open()
502 spcm->pcm.pcm_id, substream->stream); in sof_pcm_close()
Dcompress.c243 spcm->pcm.pcm_id); in sof_compr_set_params()
Dipc3-pcm.c135 __func__, spcm->pcm.pcm_id); in sof_ipc3_pcm_hw_params()
Dipc4-topology.c444 spcm->pcm.pcm_id); in sof_ipc4_update_card_components_string()
450 spcm->pcm.pcm_id); in sof_ipc4_update_card_components_string()
456 spcm->pcm.pcm_id); in sof_ipc4_update_card_components_string()
/linux-6.12.1/include/linux/
DmISDNdsp.h32 int pcm_id; /* unique id to identify the pcm bus (or -1) */ member
/linux-6.12.1/drivers/isdn/mISDN/
Ddsp_cmx.c452 if (finddsp->features.pcm_id == dsp->features.pcm_id) { in dsp_cmx_hardware()
504 same_pcm = member->dsp->features.pcm_id; in dsp_cmx_hardware()
618 if (member->dsp->features.pcm_id < 0) { in dsp_cmx_hardware()
627 if (member->dsp->features.pcm_id != same_pcm) { in dsp_cmx_hardware()
743 member->dsp->features.pcm_id == in dsp_cmx_hardware()
744 dsp->features.pcm_id) { in dsp_cmx_hardware()
835 member->dsp->features.pcm_id == in dsp_cmx_hardware()
836 dsp->features.pcm_id) { in dsp_cmx_hardware()
963 member->dsp->features.pcm_id == in dsp_cmx_hardware()
964 dsp->features.pcm_id) { in dsp_cmx_hardware()
Ddsp_core.c1086 ndsp->features.pcm_id = -1; /* current PCM id */ in dspcreate()
/linux-6.12.1/sound/soc/mediatek/mt8186/
Dmt8186-dai-pcm.c223 int pcm_id = dai->id; in mtk_dai_pcm_hw_params() local
224 struct mtk_afe_pcm_priv *pcm_priv = afe_priv->dai_priv[pcm_id]; in mtk_dai_pcm_hw_params()
/linux-6.12.1/sound/soc/codecs/
Dhdac_hdmi.c101 int pcm_id; member
173 pcm->pcm_id); in hdac_hdmi_jack_report()
289 if (pcm->pcm_id == pcm_idx) in get_hdmi_pcm_from_id()
1538 .device = pcm->pcm_id, in hdac_hdmi_create_eld_ctl()
1906 pcm->pcm_id = device; in hdac_hdmi_jack_init()
/linux-6.12.1/include/uapi/sound/
Dasoc.h517 __le32 pcm_id; /* unique ID - used to match with DAI link */ member
/linux-6.12.1/sound/soc/
Dsoc-topology-test.c175 .pcm_id = 0,
Dsoc-topology.c1520 link->id = le32_to_cpu(pcm->pcm_id); in soc_tplg_fe_link_create()
/linux-6.12.1/drivers/isdn/hardware/mISDN/
Dhfcmulti.c3577 features->pcm_id = hc->pcm; in channel_bctrl()