Home
last modified time | relevance | path

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

/linux-6.1.9/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.1.9/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()
212 spcm->pcm.pcm_id, substream->stream); in sof_pcm_hw_free()
259 spcm->pcm.pcm_id, substream->stream); in sof_pcm_prepare()
298 spcm->pcm.pcm_id, substream->stream, cmd); in sof_pcm_trigger()
413 spcm->pcm.pcm_id, substream->stream); in sof_pcm_open()
475 spcm->pcm.pcm_id, substream->stream); in sof_pcm_close()
Dipc3-pcm.c135 __func__, spcm->pcm.pcm_id); in sof_ipc3_pcm_hw_params()
/linux-6.1.9/include/linux/
DmISDNdsp.h32 int pcm_id; /* unique id to identify the pcm bus (or -1) */ member
/linux-6.1.9/drivers/isdn/mISDN/
Ddsp_cmx.c463 if (finddsp->features.pcm_id == dsp->features.pcm_id) { in dsp_cmx_hardware()
515 same_pcm = member->dsp->features.pcm_id; in dsp_cmx_hardware()
629 if (member->dsp->features.pcm_id < 0) { in dsp_cmx_hardware()
638 if (member->dsp->features.pcm_id != same_pcm) { in dsp_cmx_hardware()
754 member->dsp->features.pcm_id == in dsp_cmx_hardware()
755 dsp->features.pcm_id) { in dsp_cmx_hardware()
846 member->dsp->features.pcm_id == in dsp_cmx_hardware()
847 dsp->features.pcm_id) { in dsp_cmx_hardware()
974 member->dsp->features.pcm_id == in dsp_cmx_hardware()
975 dsp->features.pcm_id) { in dsp_cmx_hardware()
Ddsp_core.c1085 ndsp->features.pcm_id = -1; /* current PCM id */ in dspcreate()
/linux-6.1.9/sound/soc/mediatek/mt8186/
Dmt8186-dai-pcm.c221 int pcm_id = dai->id; in mtk_dai_pcm_hw_params() local
222 struct mtk_afe_pcm_priv *pcm_priv = afe_priv->dai_priv[pcm_id]; in mtk_dai_pcm_hw_params()
/linux-6.1.9/include/uapi/sound/
Dasoc.h517 __le32 pcm_id; /* unique ID - used to match with DAI link */ member
617 __le32 pcm_id; /* unique ID - used to match with DAI link */ member
/linux-6.1.9/sound/soc/codecs/
Dhdac_hdmi.c100 int pcm_id; member
172 pcm->pcm_id); in hdac_hdmi_jack_report()
288 if (pcm->pcm_id == pcm_idx) in get_hdmi_pcm_from_id()
1530 .device = pcm->pcm_id, in hdac_hdmi_create_eld_ctl()
1899 pcm->pcm_id = device; in hdac_hdmi_jack_init()
/linux-6.1.9/sound/soc/
Dsoc-topology-test.c181 .pcm_id = 0,
Dsoc-topology.c1741 link->id = le32_to_cpu(pcm->pcm_id); in soc_tplg_fe_link_create()
1851 dest->pcm_id = src_v4->pcm_id; in pcm_new_ver()
/linux-6.1.9/drivers/isdn/hardware/mISDN/
Dhfcmulti.c3606 features->pcm_id = hc->pcm; in channel_bctrl()