Home
last modified time | relevance | path

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

/linux/sound/soc/sof/intel/
H A Dhda-dai.c32 int hda_dai_config(struct snd_soc_dapm_widget *w, unsigned int flags, in hda_dai_config() function
57 EXPORT_SYMBOL_NS(hda_dai_config, "SND_SOC_SOF_INTEL_HDA_COMMON");
260 return hda_dai_config(w, flags, data); in hda_dai_hw_params_data()
H A Dhda-dai-ops.c526 ret = hda_dai_config(w, SOF_DAI_CONFIG_FLAGS_HW_FREE, &data); in hda_ipc3_post_trigger()
533 return hda_dai_config(w, SOF_DAI_CONFIG_FLAGS_PAUSE, NULL); in hda_ipc3_post_trigger()
H A Dhda.h1039 int hda_dai_config(struct snd_soc_dapm_widget *w, unsigned int flags,
H A Dhda.c75 return hda_dai_config(w, SOF_DAI_CONFIG_FLAGS_HW_PARAMS, &data); in sdw_params_stream()