Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 818f7683 authored by Wei Yongjun's avatar Wei Yongjun Committed by Mark Brown
Browse files

ASoC: rk3399_gru_sound: Fix non static symbol warning



Fixes the following sparse warning:

sound/soc/rockchip/rk3399_gru_sound.c:41:14: warning:
 symbol 'rt5514_dmic_delay' was not declared. Should it be static?

Signed-off-by: default avatarWei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 1001354c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@

#define SOUND_FS	256

unsigned int rt5514_dmic_delay;
static unsigned int rt5514_dmic_delay;

static struct snd_soc_jack rockchip_sound_jack;