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);
585 struct snd_sof_pcm *spcm, int direction,
601 struct snd_sof_pcm *spcm; in snd_sof_find_spcm_dai() local
603 list_for_each_entry(spcm, &sdev->pcm_list, list) { in snd_sof_find_spcm_dai()
604 if (le32_to_cpu(spcm->pcm.dai_id) == rtd->dai_link->id) in snd_sof_find_spcm_dai()
605 return spcm; in snd_sof_find_spcm_dai()
644 int sof_widget_list_setup(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm,
648 int sof_widget_list_free(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm, int dir);
650 struct snd_sof_pcm *spcm);
652 struct snd_sof_pcm *spcm, int dir, bool free_widget_list);