aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/sof/intel/hda-dai.c
diff options
context:
space:
mode:
authorGravatar Takashi Iwai <tiwai@suse.de> 2023-08-15 20:46:13 +0200
committerGravatar Takashi Iwai <tiwai@suse.de> 2023-08-15 20:46:13 +0200
commit220c8f67133010c37a3240ba179f7f1fa2425cc7 (patch)
treef5ad3b0a2101793fe7bb8111a49bd5521709c93e /sound/soc/sof/intel/hda-dai.c
parentALSA: hda/cs8409: Support new Dell Dolphin Variants (diff)
parentASoC: rt1308-sdw: fix random louder sound (diff)
downloadlinux-220c8f67133010c37a3240ba179f7f1fa2425cc7.tar.gz
linux-220c8f67133010c37a3240ba179f7f1fa2425cc7.tar.bz2
linux-220c8f67133010c37a3240ba179f7f1fa2425cc7.zip
Merge tag 'asoc-fix-v6.5-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.5 A fairly large collection of fixes here, mostly SOF and Intel related. The one core fix is Hans' change which reduces the log spam when working out new use cases for DPCM.
Diffstat (limited to 'sound/soc/sof/intel/hda-dai.c')
-rw-r--r--sound/soc/sof/intel/hda-dai.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/soc/sof/intel/hda-dai.c b/sound/soc/sof/intel/hda-dai.c
index 3297dea493aa..863865f3d77e 100644
--- a/sound/soc/sof/intel/hda-dai.c
+++ b/sound/soc/sof/intel/hda-dai.c
@@ -107,9 +107,8 @@ hda_dai_get_ops(struct snd_pcm_substream *substream, struct snd_soc_dai *cpu_dai
return sdai->platform_private;
}
-static int hda_link_dma_cleanup(struct snd_pcm_substream *substream,
- struct hdac_ext_stream *hext_stream,
- struct snd_soc_dai *cpu_dai)
+int hda_link_dma_cleanup(struct snd_pcm_substream *substream, struct hdac_ext_stream *hext_stream,
+ struct snd_soc_dai *cpu_dai)
{
const struct hda_dai_widget_dma_ops *ops = hda_dai_get_ops(substream, cpu_dai);
struct sof_intel_hda_stream *hda_stream;