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);
566 struct snd_sof_pcm *spcm, int direction,
582 struct snd_sof_pcm *spcm; in snd_sof_find_spcm_dai() local
584 list_for_each_entry(spcm, &sdev->pcm_list, list) { in snd_sof_find_spcm_dai()
585 if (le32_to_cpu(spcm->pcm.dai_id) == rtd->dai_link->id) in snd_sof_find_spcm_dai()
586 return spcm; in snd_sof_find_spcm_dai()
625 int sof_widget_list_setup(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm,
629 int sof_widget_list_free(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm, int dir);
631 struct snd_sof_pcm *spcm);
633 struct snd_sof_pcm *spcm, int dir, bool free_widget_list);