Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/sof/intel/
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);
247 return hda_dai_config(w, flags, data); in hda_dai_hw_params_data()
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()
Dhda.h1029 int hda_dai_config(struct snd_soc_dapm_widget *w, unsigned int flags,
Dhda.c70 return hda_dai_config(w, SOF_DAI_CONFIG_FLAGS_HW_PARAMS, &data); in sdw_params_stream()