Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-dai-ops.c538 ret = hda_dai_config(w, SOF_DAI_CONFIG_FLAGS_HW_FREE, &data); in hda_ipc3_post_trigger()
548 return hda_dai_config(w, SOF_DAI_CONFIG_FLAGS_PAUSE, NULL); in hda_ipc3_post_trigger()
H A Dhda-dai.c40 int hda_dai_config(struct snd_soc_dapm_widget *w, unsigned int flags, in hda_dai_config() function
253 return hda_dai_config(w, flags, &data); in hda_dai_hw_params()
H A Dhda.h986 int hda_dai_config(struct snd_soc_dapm_widget *w, unsigned int flags,
H A Dhda.c108 return hda_dai_config(w, SOF_DAI_CONFIG_FLAGS_HW_PARAMS, &data); in sdw_params_stream()