Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Zhang Zekun and committed by
Mark Brown
afe671ac 5e6f78cb

-2
-2
sound/soc/meson/aiu-fifo.h
··· 38 38 int aiu_fifo_hw_params(struct snd_pcm_substream *substream, 39 39 struct snd_pcm_hw_params *params, 40 40 struct snd_soc_dai *dai); 41 - int aiu_fifo_hw_free(struct snd_pcm_substream *substream, 42 - struct snd_soc_dai *dai); 43 41 int aiu_fifo_startup(struct snd_pcm_substream *substream, 44 42 struct snd_soc_dai *dai); 45 43 void aiu_fifo_shutdown(struct snd_pcm_substream *substream,