summaryrefslogtreecommitdiff
path: root/sound/soc/sof/intel/hda.h
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2023-08-10 02:19:02 +0300
committerMark Brown <broonie@kernel.org>2023-08-10 02:19:02 +0300
commit81113108491edc277d61337ea410c5f89d85faa3 (patch)
tree2bce8a3c2bd7ad8bd46674cd34ddde5ba1073417 /sound/soc/sof/intel/hda.h
parent59146c3cd326a622e9041614842346aada11ca99 (diff)
parente6475ce253187d2e68867102fddd57341ebbf8eb (diff)
downloadlinux-81113108491edc277d61337ea410c5f89d85faa3.tar.xz
ASoC: Merge up fixes
For the benefit of CI
Diffstat (limited to 'sound/soc/sof/intel/hda.h')
-rw-r--r--sound/soc/sof/intel/hda.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/sof/intel/hda.h b/sound/soc/sof/intel/hda.h
index f19510e8ce87..5c517ec57d4a 100644
--- a/sound/soc/sof/intel/hda.h
+++ b/sound/soc/sof/intel/hda.h
@@ -984,5 +984,7 @@ const struct hda_dai_widget_dma_ops *
hda_select_dai_widget_ops(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget);
int hda_dai_config(struct snd_soc_dapm_widget *w, unsigned int flags,
struct snd_sof_dai_config_data *data);
+int hda_link_dma_cleanup(struct snd_pcm_substream *substream, struct hdac_ext_stream *hext_stream,
+ struct snd_soc_dai *cpu_dai);
#endif