Lines Matching refs:snd_sof_dev

119 	void (*update)(struct snd_sof_dev *sdev, void *ipc_control_message);
121 int (*widget_kcontrol_setup)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget);
176 int (*route_setup)(struct snd_sof_dev *sdev, struct snd_sof_route *sroute);
177 int (*route_free)(struct snd_sof_dev *sdev, struct snd_sof_route *sroute);
179 int (*control_setup)(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol);
180 int (*control_free)(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol);
181 int (*pipeline_complete)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget);
182 int (*widget_setup)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget);
183 int (*widget_free)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget);
184 int (*dai_config)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget,
186 int (*dai_get_clk)(struct snd_sof_dev *sdev, struct snd_sof_dai *dai, int clk_type);
187 int (*set_up_all_pipelines)(struct snd_sof_dev *sdev, bool verify);
188 int (*tear_down_all_pipelines)(struct snd_sof_dev *sdev, bool verify);
447 void snd_sof_control_notify(struct snd_sof_dev *sdev,
476 struct snd_sof_dev *sdev = snd_soc_component_get_drvdata(scomp); in snd_sof_find_spcm_dai()
507 bool snd_sof_stream_suspend_ignored(struct snd_sof_dev *sdev);
508 bool snd_sof_dsp_only_d0i3_compatible_stream_active(struct snd_sof_dev *sdev);
511 int sof_machine_register(struct snd_sof_dev *sdev, void *pdata);
512 void sof_machine_unregister(struct snd_sof_dev *sdev, void *pdata);
514 int sof_widget_setup(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget);
515 int sof_widget_free(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget);
516 int sof_route_setup(struct snd_sof_dev *sdev, struct snd_soc_dapm_widget *wsource,
520 int sof_widget_list_setup(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm,
524 int sof_widget_list_free(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm, int dir);
525 int sof_pcm_dsp_pcm_free(struct snd_pcm_substream *substream, struct snd_sof_dev *sdev,
527 int sof_pcm_stream_free(struct snd_sof_dev *sdev, struct snd_pcm_substream *substream,