Lines Matching refs:spcm
125 int (*pcm_setup)(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm);
126 void (*pcm_free)(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm);
568 struct snd_sof_pcm *spcm, int direction,
584 struct snd_sof_pcm *spcm;
586 list_for_each_entry(spcm, &sdev->pcm_list, list) {
587 if (le32_to_cpu(spcm->pcm.dai_id) == rtd->dai_link->id)
588 return spcm;
627 int sof_widget_list_setup(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm,
631 int sof_widget_list_free(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm, int dir);
633 struct snd_sof_pcm *spcm);
635 struct snd_sof_pcm *spcm, int dir, bool free_widget_list);