Lines Matching refs:spcm
192 struct snd_sof_pcm *spcm; in hda_dsp_pcm_pointer() local
195 spcm = snd_sof_find_spcm_dai(scomp, rtd); in hda_dsp_pcm_pointer()
196 if (!spcm) { in hda_dsp_pcm_pointer()
204 pos = spcm->stream[substream->stream].posn.host_posn; in hda_dsp_pcm_pointer()
224 struct snd_sof_pcm *spcm; in hda_dsp_pcm_open() local
228 spcm = snd_sof_find_spcm_dai(scomp, rtd); in hda_dsp_pcm_open()
229 if (!spcm) { in hda_dsp_pcm_open()
255 !spcm->stream[substream->stream].pause_supported)) in hda_dsp_pcm_open()
260 spcm->stream[substream->stream].d0i3_compatible) in hda_dsp_pcm_open()
302 if (spcm->stream[direction].dsp_max_burst_size_in_ms) in hda_dsp_pcm_open()
305 spcm->stream[direction].dsp_max_burst_size_in_ms * USEC_PER_MSEC * 2, in hda_dsp_pcm_open()