Searched refs:SOF_DAI_CONFIG_FLAGS_NONE (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/sound/sof/ |
A D | dai.h | 61 #define SOF_DAI_CONFIG_FLAGS_NONE 0 /**< DAI_CONFIG sent without stage information */ macro
|
/linux-6.3-rc2/sound/soc/sof/intel/ |
A D | hda-dai.c | 314 return hda_ctrl_dai_widget_free(w, SOF_DAI_CONFIG_FLAGS_NONE, &data); in hda_dai_widget_update() 621 return hda_ctrl_dai_widget_setup(w, SOF_DAI_CONFIG_FLAGS_NONE, NULL); in ssp_dai_setup_or_free() 623 return hda_ctrl_dai_widget_free(w, SOF_DAI_CONFIG_FLAGS_NONE, NULL); in ssp_dai_setup_or_free()
|
A 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-6.3-rc2/sound/soc/sof/ |
A D | sof-audio.c | 154 unsigned int flags = SOF_DAI_CONFIG_FLAGS_NONE; in sof_widget_setup_unlocked()
|
Completed in 10 milliseconds