Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-pcm.c25 #include <sound/soc-dpcm.h>
41 if (fe->dpcm[stream].runtime_update == SND_SOC_DPCM_UPDATE_FE)
51 if ((fe->dpcm[stream].runtime_update == SND_SOC_DPCM_UPDATE_FE) || in snd_soc_dpcm_can_be_update()
52 ((fe->dpcm[stream].runtime_update == SND_SOC_DPCM_UPDATE_BE) && in snd_soc_dpcm_can_be_update()
53 be->dpcm[stream].runtime_update)) in snd_soc_dpcm_can_be_update()
64 struct snd_soc_dpcm *dpcm; in snd_soc_dpcm_check_state() local
69 for_each_dpcm_fe(be, stream, dpcm) { in snd_soc_dpcm_check_state()
71 if (dpcm->fe == fe) in snd_soc_dpcm_check_state()
74 state = dpcm->fe->dpcm[strea in snd_soc_dpcm_check_state()
180 struct snd_soc_dpcm *dpcm; dpcm_show_state() local
284 dpcm_create_debugfs_state(struct snd_soc_dpcm * dpcm,int stream) dpcm_create_debugfs_state() argument
299 dpcm_remove_debugfs_state(struct snd_soc_dpcm * dpcm) dpcm_remove_debugfs_state() argument
305 dpcm_create_debugfs_state(struct snd_soc_dpcm * dpcm,int stream) dpcm_create_debugfs_state() argument
310 dpcm_remove_debugfs_state(struct snd_soc_dpcm * dpcm) dpcm_remove_debugfs_state() argument
405 struct snd_soc_dpcm *dpcm; dpcm_dapm_stream_event() local
1292 struct snd_soc_dpcm *dpcm; dpcm_be_connect() local
1339 struct snd_soc_dpcm *dpcm; dpcm_be_reparent() local
1368 struct snd_soc_dpcm *dpcm, *d; dpcm_be_disconnect() local
1502 dpcm_be_is_active(struct snd_soc_dpcm * dpcm,int stream,struct snd_soc_dapm_widget_list * list) dpcm_be_is_active() argument
1526 struct snd_soc_dpcm *dpcm; dpcm_prune_paths() local
1617 struct snd_soc_dpcm *dpcm; dpcm_clear_pending_state() local
1626 struct snd_soc_dpcm *dpcm; dpcm_be_dai_stop() local
1671 struct snd_soc_dpcm *dpcm; dpcm_be_dai_startup() local
1773 struct snd_soc_dpcm *dpcm; dpcm_runtime_setup_be_format() local
1810 struct snd_soc_dpcm *dpcm; dpcm_runtime_setup_be_chan() local
1858 struct snd_soc_dpcm *dpcm; dpcm_runtime_setup_be_rate() local
1893 struct snd_soc_dpcm *dpcm; dpcm_apply_symmetry() local
2002 struct snd_soc_dpcm *dpcm; dpcm_be_dai_hw_free() local
2069 struct snd_soc_dpcm *dpcm; dpcm_be_dai_hw_params() local
2181 struct snd_soc_dpcm *dpcm; dpcm_be_dai_trigger() local
2461 struct snd_soc_dpcm *dpcm; dpcm_be_dai_prepare() local
2558 struct snd_soc_dpcm *dpcm; dpcm_run_update_startup() local
2726 struct snd_soc_dpcm *dpcm; dpcm_fe_dai_cleanup() local
[all...]
H A Dsoc-core.c40 #include <sound/soc-dpcm.h>
542 INIT_LIST_HEAD(&rtd->dpcm[stream].be_clients); in soc_new_pcm_runtime()
543 INIT_LIST_HEAD(&rtd->dpcm[stream].fe_clients); in soc_new_pcm_runtime()
/linux/sound/soc/mediatek/common/
H A Dmtk-dsp-sof-common.c78 struct snd_soc_dpcm *dpcm; in mtk_sof_find_tplg_be() local
83 for_each_dpcm_fe(rtd, stream, dpcm) { in mtk_sof_find_tplg_be()
84 fe = dpcm->fe; in mtk_sof_find_tplg_be()
92 for_each_dpcm_be(fe, stream, dpcm) { in mtk_sof_find_tplg_be()
93 be = dpcm->be; in mtk_sof_find_tplg_be()
/linux/sound/soc/intel/avs/
H A Dpcm.c207 struct snd_soc_dpcm *dpcm; in avs_dai_be_hw_params() local
211 for_each_dpcm_fe(be, substream->stream, dpcm) { in avs_dai_be_hw_params()
212 fe = dpcm->fe; in avs_dai_be_hw_params()
213 fe_hw_params = &fe->dpcm[substream->stream].hw_params; in avs_dai_be_hw_params()
461 p = &be->dpcm[substream->stream].hw_params; in avs_dai_hda_be_prepare()
664 struct snd_soc_dpcm *dpcm; in avs_dai_fe_hw_params() local
681 for_each_dpcm_be(fe, substream->stream, dpcm) { in avs_dai_fe_hw_params()
682 be = dpcm->be; in avs_dai_fe_hw_params()
683 be_hw_params = &be->dpcm[substream->stream].hw_params; in avs_dai_fe_hw_params()
1095 ret = dai->driver->ops->hw_params(substream, &rtd->dpcm[substream->stream].hw_params, dai); in avs_dai_resume_hw_params()
[all …]
/linux/sound/soc/fsl/
H A Dfsl_asrc_dma.c149 struct snd_soc_dpcm *dpcm; in fsl_asrc_dma_hw_params() local
156 for_each_dpcm_be(rtd, stream, dpcm) { in fsl_asrc_dma_hw_params()
157 struct snd_soc_pcm_runtime *be = dpcm->be; in fsl_asrc_dma_hw_params()
163 if (dpcm->fe != rtd) in fsl_asrc_dma_hw_params()
/linux/Documentation/sound/soc/
H A Dindex.rst19 dpcm
/linux/arch/arm64/boot/dts/renesas/
H A Dulcb-kf-audio-graph-card2-mix+split.dtsi58 dpcm: dpcm { label
H A Dulcb-audio-graph-card2-mix+split.dtsi34 dpcm {
/linux/sound/soc/sof/intel/
H A Dhda-dai-ops.c32 struct snd_soc_dpcm *dpcm; in hda_check_fes() local
34 for_each_dpcm_fe(rtd, dir, dpcm) { in hda_check_fes()
35 fe_substream = snd_soc_dpcm_get_substream(dpcm->fe, dir); in hda_check_fes()
H A Dhda-stream.c1136 struct snd_soc_dpcm *dpcm; in hda_dsp_get_stream_llp() local
1143 for_each_dpcm_be(rtd, substream->stream, dpcm) { in hda_dsp_get_stream_llp()
1144 if (dpcm->fe != rtd) in hda_dsp_get_stream_llp()
1147 be_rtd = dpcm->be; in hda_dsp_get_stream_llp()
/linux/sound/soc/renesas/rcar/
H A Dcore.c1576 struct snd_soc_dpcm *dpcm; in rsnd_hw_params() local
1579 for_each_dpcm_be(fe, stream, dpcm) { in rsnd_hw_params()
1580 struct snd_soc_pcm_runtime *be = dpcm->be; in rsnd_hw_params()
1581 struct snd_pcm_hw_params *be_params = &be->dpcm[stream].hw_params; in rsnd_hw_params()
/linux/drivers/soundwire/
H A Dintel.c808 hw_params = &rtd->dpcm[substream->stream].hw_params; in intel_prepare()
H A Dintel_ace2x.c783 hw_params = &rtd->dpcm[substream->stream].hw_params; in intel_prepare()