summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhang Zekun <zhangzekun11@huawei.com>2024-09-10 20:23:30 +0800
committerMark Brown <broonie@kernel.org>2024-09-10 18:02:37 +0100
commitafe671ac3e9309e55d556d066250bd37d9c47d1a (patch)
tree7398909fd5f0f8215d05e4003e9c1465a184fbdc
parent5e6f78cb5f53c52a11090657e917d2d7202aea23 (diff)
downloadlinux-afe671ac3e9309e55d556d066250bd37d9c47d1a.tar.gz
linux-afe671ac3e9309e55d556d066250bd37d9c47d1a.tar.bz2
linux-afe671ac3e9309e55d556d066250bd37d9c47d1a.zip
ASoC: meson: Remove unused declartion in header file
The declaration of aiu_fifo_hw_free() has been removed since commit e05cde84eabc ("ASoC: meson: Use managed DMA buffer allocation"). Let's remove the unused declaration. Fixes: e05cde84eabc ("ASoC: meson: Use managed DMA buffer allocation") Signed-off-by: Zhang Zekun <zhangzekun11@huawei.com> Reviewed-by: Jerome Brunet <jbrunet@baylibre.com> Link: https://patch.msgid.link/20240910122330.70684-1-zhangzekun11@huawei.com Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/meson/aiu-fifo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/meson/aiu-fifo.h b/sound/soc/meson/aiu-fifo.h
index 84ab4577815a..b02cfcc4de7f 100644
--- a/sound/soc/meson/aiu-fifo.h
+++ b/sound/soc/meson/aiu-fifo.h
@@ -38,8 +38,6 @@ int aiu_fifo_prepare(struct snd_pcm_substream *substream,
int aiu_fifo_hw_params(struct snd_pcm_substream *substream,
struct snd_pcm_hw_params *params,
struct snd_soc_dai *dai);
-int aiu_fifo_hw_free(struct snd_pcm_substream *substream,
- struct snd_soc_dai *dai);
int aiu_fifo_startup(struct snd_pcm_substream *substream,
struct snd_soc_dai *dai);
void aiu_fifo_shutdown(struct snd_pcm_substream *substream,