Home
last modified time | relevance | path

Searched refs:SOF_DAI_CONFIG_FLAGS_NONE (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/include/sound/sof/
Ddai.h61 #define SOF_DAI_CONFIG_FLAGS_NONE 0 /**< DAI_CONFIG sent without stage information */ macro
/Linux-v6.1/sound/soc/sof/intel/
Dhda-dai.c318 return hda_ctrl_dai_widget_free(w, SOF_DAI_CONFIG_FLAGS_NONE, &data); in hda_dai_widget_update()
615 return hda_ctrl_dai_widget_setup(w, SOF_DAI_CONFIG_FLAGS_NONE, NULL); in ssp_dai_setup_or_free()
617 return hda_ctrl_dai_widget_free(w, SOF_DAI_CONFIG_FLAGS_NONE, NULL); in ssp_dai_setup_or_free()
Dhda.c134 return hda_ctrl_dai_widget_setup(w, SOF_DAI_CONFIG_FLAGS_NONE, &data); in sdw_params_stream()
150 return hda_ctrl_dai_widget_free(w, SOF_DAI_CONFIG_FLAGS_NONE, &data); in sdw_free_stream()
/Linux-v6.1/sound/soc/sof/
Dsof-audio.c135 unsigned int flags = SOF_DAI_CONFIG_FLAGS_NONE; in sof_widget_setup()