Searched refs:SOF_DAI_CONFIG_FLAGS_HW_PARAMS (Results 1 - 6 of 6) sorted by last modified time

/linux-master/sound/soc/sof/
H A Dsof-audio.c193 unsigned int flags = SOF_DAI_CONFIG_FLAGS_HW_PARAMS;
H A Dipc4-topology.c3040 if (flags & SOF_DAI_CONFIG_FLAGS_HW_PARAMS) {
3052 if (flags & SOF_DAI_CONFIG_FLAGS_HW_PARAMS) {
H A Dipc3-topology.c2159 ((flags & SOF_DAI_CONFIG_FLAGS_HW_PARAMS) ||
2170 if (flags & SOF_DAI_CONFIG_FLAGS_HW_PARAMS)
2182 * SOF_DAI_CONFIG_FLAGS_HW_PARAMS along with quirks
2184 * just been set up in the DSP, flags is set to SOF_DAI_CONFIG_FLAGS_HW_PARAMS with no
2199 if (flags & SOF_DAI_CONFIG_FLAGS_HW_PARAMS) {
/linux-master/sound/soc/sof/intel/
H A Dhda.c70 return hda_dai_config(w, SOF_DAI_CONFIG_FLAGS_HW_PARAMS, &data);
H A Dhda-dai.c255 unsigned int flags = SOF_DAI_CONFIG_FLAGS_HW_PARAMS;
435 unsigned int flags = SOF_DAI_CONFIG_FLAGS_HW_PARAMS;
473 unsigned int flags = SOF_DAI_CONFIG_FLAGS_HW_PARAMS;
/linux-master/include/sound/sof/
H A Ddai.h62 #define SOF_DAI_CONFIG_FLAGS_HW_PARAMS BIT(0) /**< DAI_CONFIG sent during hw_params stage */ macro
69 * This should be used along with the SOF_DAI_CONFIG_FLAGS_HW_PARAMS to indicate that pipeline

Completed in 157 milliseconds