Lines Matching refs:spcm
131 int (*pcm_setup)(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm);
132 void (*pcm_free)(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm);
604 struct snd_sof_pcm *spcm, int direction,
620 struct snd_sof_pcm *spcm;
622 list_for_each_entry(spcm, &sdev->pcm_list, list) {
623 if (le32_to_cpu(spcm->pcm.dai_id) == rtd->dai_link->id)
624 return spcm;
682 int sof_widget_list_setup(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm,
686 int sof_widget_list_prepare(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm,
690 void sof_widget_list_unprepare(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm, int dir);
691 int sof_widget_list_free(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm, int dir);
693 struct snd_sof_pcm *spcm);