Lines Matching refs:spcm
526 struct snd_sof_pcm *spcm, int dir) in sof_ipc4_update_card_components_string() argument
530 struct snd_soc_component *scomp = spcm->scomp; in sof_ipc4_update_card_components_string()
549 spcm->pcm.pcm_id); in sof_ipc4_update_card_components_string()
555 spcm->pcm.pcm_id); in sof_ipc4_update_card_components_string()
561 spcm->pcm.pcm_id); in sof_ipc4_update_card_components_string()
575 struct snd_sof_pcm *spcm; in sof_ipc4_widget_setup_pcm() local
611 spcm = snd_sof_find_spcm_comp(scomp, swidget->comp_id, &dir); in sof_ipc4_widget_setup_pcm()
612 if (!spcm) in sof_ipc4_widget_setup_pcm()
615 ret = sof_ipc4_update_card_components_string(swidget, spcm, dir); in sof_ipc4_widget_setup_pcm()
620 struct snd_sof_pcm_stream *sps = &spcm->stream[dir]; in sof_ipc4_widget_setup_pcm()
631 spcm->stream[dir].dsp_max_burst_size_in_ms = 1; in sof_ipc4_widget_setup_pcm()