From: Kevin Hao <kexin....@windriver.com>

Due to the change in commit f7a712001db6 ("ASoC: fsl_esai: Replace the
dpcm_lock with FE stream lock"), the variable 'flags' is not needed
anymore. So drop it.

Signed-off-by: Kevin Hao <kexin....@windriver.com>
---
 sound/soc/fsl/fsl_esai_mix.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sound/soc/fsl/fsl_esai_mix.c b/sound/soc/fsl/fsl_esai_mix.c
index b7aec051e05f..6da898ac0883 100644
--- a/sound/soc/fsl/fsl_esai_mix.c
+++ b/sound/soc/fsl/fsl_esai_mix.c
@@ -128,7 +128,6 @@ static void fsl_esai_mix_buffer_from_fe_tx(struct 
snd_pcm_substream *substream,
        struct fsl_esai_client *client;
        struct fsl_esai_client_dma *client_dma;
        struct snd_soc_dpcm *dpcm;
-       unsigned long flags;
        int sample_offset = 0;
        int client_chn = 0;
        int mix_chn = 0;
@@ -230,7 +229,6 @@ static void fsl_esai_split_buffer_from_be_rx(struct 
snd_pcm_substream *substream
        struct fsl_esai_client *client;
        struct fsl_esai_client_dma *client_dma;
        struct snd_soc_dpcm *dpcm;
-       unsigned long flags;
        int sample_offset = 0;
        int client_chn = 0;
        int mix_chn = 0;
-- 
2.39.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#12758): 
https://lists.yoctoproject.org/g/linux-yocto/message/12758
Mute This Topic: https://lists.yoctoproject.org/mt/99523722/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to