From 994adf5196999f99707b477949d99118df057c0f Mon Sep 17 00:00:00 2001 From: Shengjiu Wang Date: Mon, 22 Mar 2021 10:37:40 +0800 Subject: [PATCH] Revert "MLK-16224-2: ASoC: dmaengine_pcm: add fifo_num to snd_dmaengine_dai_dma_data" This reverts commit 32cabc13306693b05e1a22cf1627c765ac82e861. --- include/sound/dmaengine_pcm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/sound/dmaengine_pcm.h b/include/sound/dmaengine_pcm.h index d86e29710d66..8c5e38180fb0 100644 --- a/include/sound/dmaengine_pcm.h +++ b/include/sound/dmaengine_pcm.h @@ -76,7 +76,6 @@ struct snd_dmaengine_dai_dma_data { const char *chan_name; unsigned int fifo_size; unsigned int flags; - unsigned int fifo_num; }; void snd_dmaengine_pcm_set_config_from_dai_data( -- 2.17.1