projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ef5ac8
)
ASoC: amd: acp-da7219-max98357: Make symbol da7219_dai_clk static
author
Wei Yongjun
<weiyongjun1@huawei.com>
Thu, 29 Mar 2018 02:14:03 +0000
(
02:14
+0000)
committer
Mark Brown
<broonie@kernel.org>
Mon, 16 Apr 2018 17:01:54 +0000
(18:01 +0100)
Fixes the following sparse warning:
sound/soc/amd/acp-da7219-max98357a.c:46:12: warning:
symbol 'da7219_dai_clk' was not declared. Should it be static?
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/acp-da7219-max98357a.c
patch
|
blob
|
history
diff --git
a/sound/soc/amd/acp-da7219-max98357a.c
b/sound/soc/amd/acp-da7219-max98357a.c
index b205c782e494133d05fd27cb76509e7e690d5f85..f41560ecbcd18024f2f1354cd741115fcbd69739 100644
(file)
--- a/
sound/soc/amd/acp-da7219-max98357a.c
+++ b/
sound/soc/amd/acp-da7219-max98357a.c
@@
-43,7
+43,7
@@
#define DUAL_CHANNEL 2
static struct snd_soc_jack cz_jack;
-struct clk *da7219_dai_clk;
+st
atic st
ruct clk *da7219_dai_clk;
static int cz_da7219_init(struct snd_soc_pcm_runtime *rtd)
{