Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/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()
265 spcm->pcm.pcm_id, substream->stream); in sof_pcm_prepare()
303 spcm->pcm.pcm_id, substream->stream, cmd); in sof_pcm_trigger()
437 spcm->pcm.pcm_id, substream->stream); in sof_pcm_open()
499 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()
/Linux-v6.6/include/linux/
DmISDNdsp.h32 int pcm_id; /* unique id to identify the pcm bus (or -1) */ member
/Linux-v6.6/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.c1085 ndsp->features.pcm_id = -1; /* current PCM id */ in dspcreate()
/Linux-v6.6/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-v6.6/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-v6.6/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()
1535 .device = pcm->pcm_id, in hdac_hdmi_create_eld_ctl()
1904 pcm->pcm_id = device; in hdac_hdmi_jack_init()
/Linux-v6.6/sound/soc/
Dsoc-topology.c1696 link->id = le32_to_cpu(pcm->pcm_id); in soc_tplg_fe_link_create()
1816 dest->pcm_id = src_v4->pcm_id; in pcm_new_ver()
Dsoc-topology-test.c181 .pcm_id = 0,
/Linux-v6.6/drivers/isdn/hardware/mISDN/
Dhfcmulti.c3575 features->pcm_id = hc->pcm; in channel_bctrl()