Searched refs:snd_sof_pcm (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/sound/soc/sof/ |
A D | sof-audio.h | 89 struct snd_sof_pcm; 116 int (*pcm_setup)(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm); 117 void (*pcm_free)(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm); 324 struct snd_sof_pcm { struct 552 struct snd_sof_pcm *spcm, int direction, 564 struct snd_sof_pcm *snd_sof_find_spcm_dai(struct snd_soc_component *scomp, in snd_sof_find_spcm_dai() 568 struct snd_sof_pcm *spcm; in snd_sof_find_spcm_dai() 578 struct snd_sof_pcm *snd_sof_find_spcm_name(struct snd_soc_component *scomp, 580 struct snd_sof_pcm *snd_sof_find_spcm_comp(struct snd_soc_component *scomp, 617 struct snd_sof_pcm *spcm); [all …]
|
A D | pcm.c | 29 struct snd_sof_pcm *spcm; in create_page_table() 66 struct snd_sof_pcm *spcm; in snd_sof_pcm_period_elapsed() 89 struct snd_sof_pcm *spcm, struct snd_pcm_hw_params *params, in sof_pcm_setup_connected_widgets() 131 struct snd_sof_pcm *spcm; in sof_pcm_hw_params() 200 struct snd_sof_pcm *spcm; in sof_pcm_hw_free() 244 struct snd_sof_pcm *spcm; in sof_pcm_prepare() 283 struct snd_sof_pcm *spcm; in sof_pcm_trigger() 364 struct snd_sof_pcm *spcm; in sof_pcm_pointer() 397 struct snd_sof_pcm *spcm; in sof_pcm_open() 460 struct snd_sof_pcm *spcm; in sof_pcm_close() [all …]
|
A D | sof-audio.c | 403 int dir, struct snd_sof_pcm *spcm) in sof_free_widgets_in_path() 440 int dir, struct snd_sof_pcm *spcm) in sof_set_up_widgets_in_path() 499 sof_walk_widgets_in_order(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm, in sof_walk_widgets_in_order() 564 int sof_widget_list_setup(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm, in sof_widget_list_setup() 682 struct snd_sof_pcm *spcm; in snd_sof_dsp_only_d0i3_compatible_stream_active() 710 struct snd_sof_pcm *spcm; in snd_sof_stream_suspend_ignored() 722 struct snd_sof_pcm *spcm, int dir, bool free_widget_list) in sof_pcm_stream_free() 755 struct snd_sof_pcm *snd_sof_find_spcm_name(struct snd_soc_component *scomp, in snd_sof_find_spcm_name() 759 struct snd_sof_pcm *spcm; in snd_sof_find_spcm_name() 780 struct snd_sof_pcm *snd_sof_find_spcm_comp(struct snd_soc_component *scomp, in snd_sof_find_spcm_comp() [all …]
|
A D | compress.c | 54 struct snd_sof_pcm *spcm; in snd_sof_compr_fragment_elapsed() 85 struct snd_sof_pcm *spcm; in create_page_table() 101 struct snd_sof_pcm *spcm; in sof_compr_open() 139 struct snd_sof_pcm *spcm; in sof_compr_free() 175 struct snd_sof_pcm *spcm; in sof_compr_set_params() 277 struct snd_sof_pcm *spcm; in sof_compr_trigger() 370 struct snd_sof_pcm *spcm; in sof_compr_pointer()
|
A D | ipc4-pcm.c | 205 struct snd_sof_pcm *spcm; in sof_ipc4_trigger_pipelines() 406 static void sof_ipc4_pcm_free(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm) in sof_ipc4_pcm_free() 420 static int sof_ipc4_pcm_setup(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm) in sof_ipc4_pcm_setup() 544 struct snd_sof_pcm *spcm; in sof_ipc4_pcm_hw_params() 605 struct snd_sof_pcm *spcm; in sof_ipc4_pcm_delay()
|
A D | ipc3-pcm.c | 23 struct snd_sof_pcm *spcm; in sof_ipc3_pcm_hw_free() 51 struct snd_sof_pcm *spcm; in sof_ipc3_pcm_hw_params() 150 struct snd_sof_pcm *spcm; in sof_ipc3_pcm_trigger()
|
A D | topology.c | 405 offsetof(struct snd_sof_pcm, stream[0].d0i3_compatible)}, 407 offsetof(struct snd_sof_pcm, stream[1].d0i3_compatible)}, 1144 static int spcm_bind(struct snd_soc_component *scomp, struct snd_sof_pcm *spcm, in spcm_bind() 1674 struct snd_sof_pcm *spcm; in sof_dai_load() 1785 struct snd_sof_pcm *spcm = dobj->private; in sof_dai_unload()
|
A D | ipc3.c | 839 struct snd_sof_pcm *spcm; in ipc3_period_elapsed() 874 struct snd_sof_pcm *spcm; in ipc3_xrun()
|
A D | ipc3-topology.c | 1803 struct snd_sof_pcm *spcm; in sof_ipc3_keyword_detect_pcm_params() 1881 struct snd_sof_pcm *spcm; in sof_ipc3_keyword_dapm_event() 2255 struct snd_sof_pcm *spcm; in sof_tear_down_left_over_pipelines()
|
A D | ipc4-topology.c | 2079 struct snd_sof_pcm *spcm; in sof_ipc4_tear_down_all_pipelines()
|
/linux-6.3-rc2/sound/soc/sof/intel/ |
A D | hda-pcm.c | 179 struct snd_sof_pcm *spcm; in hda_dsp_pcm_pointer() 210 struct snd_sof_pcm *spcm; in hda_dsp_pcm_open()
|
A D | hda-dsp.c | 415 struct snd_sof_pcm *spcm; in hda_dsp_d0i3_streaming_applicable()
|
/linux-6.3-rc2/include/trace/events/ |
A D | sof.h | 64 struct snd_sof_pcm *spcm,
|
/linux-6.3-rc2/sound/soc/sof/mediatek/mt8186/ |
A D | mt8186.c | 483 struct snd_sof_pcm *spcm; in mt8186_pcm_pointer()
|
/linux-6.3-rc2/sound/soc/sof/mediatek/mt8195/ |
A D | mt8195.c | 509 struct snd_sof_pcm *spcm; in mt8195_pcm_pointer()
|
Completed in 31 milliseconds