Lines Matching refs:spcm
1803 struct snd_sof_pcm *spcm;
1807 spcm = snd_sof_find_spcm_name(scomp, swidget->widget->sname);
1808 if (!spcm) {
1813 params = &spcm->params[dir];
1879 struct snd_sof_pcm *spcm;
1891 spcm = snd_sof_find_spcm_name(scomp, swidget->widget->sname);
1892 if (!spcm) {
1901 if (spcm->stream[stream].suspend_ignored) {
1921 if (spcm->stream[stream].suspend_ignored) {
2275 struct snd_sof_pcm *spcm;
2283 list_for_each_entry(spcm, &sdev->pcm_list, list) {
2285 struct snd_pcm_substream *substream = spcm->stream[dir].substream;
2287 if (!substream || !substream->runtime || spcm->stream[dir].suspend_ignored)
2290 if (spcm->stream[dir].list) {
2291 ret = sof_pcm_stream_free(sdev, substream, spcm, dir, true);