Skip to content

Commit

Permalink
ASoC: rk3399_gru_sound: Fix non static symbol warning
Browse files Browse the repository at this point in the history
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: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Wei Yongjun authored and Mark Brown committed Oct 24, 2016
1 parent 1001354 commit 818f768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/rockchip/rk3399_gru_sound.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 818f768

Please sign in to comment.