Skip to content

Commit afe671a

Browse files
Zhang Zekunbroonie
authored andcommitted
ASoC: meson: Remove unused declartion in header file
The declaration of aiu_fifo_hw_free() has been removed since commit e05cde8 ("ASoC: meson: Use managed DMA buffer allocation"). Let's remove the unused declaration. Fixes: e05cde8 ("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>
1 parent 5e6f78c commit afe671a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

sound/soc/meson/aiu-fifo.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ int aiu_fifo_prepare(struct snd_pcm_substream *substream,
3838
int aiu_fifo_hw_params(struct snd_pcm_substream *substream,
3939
struct snd_pcm_hw_params *params,
4040
struct snd_soc_dai *dai);
41-
int aiu_fifo_hw_free(struct snd_pcm_substream *substream,
42-
struct snd_soc_dai *dai);
4341
int aiu_fifo_startup(struct snd_pcm_substream *substream,
4442
struct snd_soc_dai *dai);
4543
void aiu_fifo_shutdown(struct snd_pcm_substream *substream,

0 commit comments

Comments
 (0)