Skip to content

Commit dc29f58

Browse files
Wei Yongjunbroonie
authored andcommitted
ASoC: amd: acp-da7219-max98357: Make symbol da7219_dai_clk static
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 <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 5ef5ac8 commit dc29f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/amd/acp-da7219-max98357a.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#define DUAL_CHANNEL 2
4444

4545
static struct snd_soc_jack cz_jack;
46-
struct clk *da7219_dai_clk;
46+
static struct clk *da7219_dai_clk;
4747

4848
static int cz_da7219_init(struct snd_soc_pcm_runtime *rtd)
4949
{

0 commit comments

Comments
 (0)