Lines Matching defs:dpcm
207 struct snd_soc_dpcm *dpcm;
211 for_each_dpcm_fe(be, substream->stream, dpcm) {
212 fe = dpcm->fe;
213 fe_hw_params = &fe->dpcm[substream->stream].hw_params;
461 p = &be->dpcm[substream->stream].hw_params;
663 struct snd_soc_dpcm *dpcm;
680 for_each_dpcm_be(fe, substream->stream, dpcm) {
681 be = dpcm->be;
682 be_hw_params = &be->dpcm[substream->stream].hw_params;
1092 ret = dai->driver->ops->hw_params(substream, &rtd->dpcm[substream->stream].hw_params, dai);
1716 struct snd_soc_dpcm *dpcm;
1724 for_each_dpcm_be(rtd, dir, dpcm) {
1727 be = dpcm->be;
1728 if (be->dpcm[dir].users == 1)