Searched refs:SOF_DAI_CONFIG_FLAGS_NONE (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/include/sound/sof/ |
D | dai.h | 61 #define SOF_DAI_CONFIG_FLAGS_NONE 0 /**< DAI_CONFIG sent without stage information */ macro
|
/Linux-v6.1/sound/soc/sof/intel/ |
D | hda-dai.c | 318 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()
|
D | hda.c | 134 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/ |
D | sof-audio.c | 135 unsigned int flags = SOF_DAI_CONFIG_FLAGS_NONE; in sof_widget_setup()
|