Lines Matching refs:dpcm
128 struct snd_soc_dpcm *dpcm;
131 for_each_dpcm_fe(be, substream->stream, dpcm) {
132 fe = dpcm->fe;
133 fe_hw_params = &fe->dpcm[substream->stream].hw_params;
522 struct snd_soc_dpcm *dpcm;
538 for_each_dpcm_be(fe, substream->stream, dpcm) {
539 be = dpcm->be;
540 be_hw_params = &be->dpcm[substream->stream].hw_params;
874 ret = dai->driver->ops->hw_params(substream, &rtd->dpcm[substream->stream].hw_params, dai);
1440 struct snd_soc_dpcm *dpcm;
1448 for_each_dpcm_be(rtd, dir, dpcm) {
1451 be = dpcm->be;
1452 if (be->dpcm[dir].users == 1)