Searched refs:pcm_id (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/include/trace/events/ |
A D | sof.h | 72 __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.3-rc2/sound/soc/sof/ |
A D | pcm.c | 112 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() 297 spcm->pcm.pcm_id, substream->stream, cmd); in sof_pcm_trigger() 410 spcm->pcm.pcm_id, substream->stream); in sof_pcm_open() 472 spcm->pcm.pcm_id, substream->stream); in sof_pcm_close()
|
A D | compress.c | 245 spcm->pcm.pcm_id); in sof_compr_set_params()
|
A D | ipc3-pcm.c | 136 __func__, spcm->pcm.pcm_id); in sof_ipc3_pcm_hw_params()
|
/linux-6.3-rc2/include/linux/ |
A D | mISDNdsp.h | 32 int pcm_id; /* unique id to identify the pcm bus (or -1) */ member
|
/linux-6.3-rc2/drivers/isdn/mISDN/ |
A D | dsp_cmx.c | 463 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()
|
A D | dsp_core.c | 1085 ndsp->features.pcm_id = -1; /* current PCM id */ in dspcreate()
|
/linux-6.3-rc2/sound/soc/mediatek/mt8186/ |
A D | mt8186-dai-pcm.c | 223 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.3-rc2/include/uapi/sound/ |
A D | asoc.h | 517 __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.3-rc2/sound/soc/codecs/ |
A D | hdac_hdmi.c | 100 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.3-rc2/sound/soc/ |
A D | soc-topology.c | 1716 link->id = le32_to_cpu(pcm->pcm_id); in soc_tplg_fe_link_create() 1826 dest->pcm_id = src_v4->pcm_id; in pcm_new_ver()
|
A D | soc-topology-test.c | 181 .pcm_id = 0,
|
/linux-6.3-rc2/drivers/isdn/hardware/mISDN/ |
A D | hfcmulti.c | 3606 features->pcm_id = hc->pcm; in channel_bctrl()
|
Completed in 39 milliseconds