ASoC: amd: acp-es8336: use static variables
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Thu, 7 Jul 2022 21:46:14 +0000 (16:46 -0500)
committerMark Brown <broonie@kernel.org>
Fri, 8 Jul 2022 10:51:47 +0000 (11:51 +0100)
commitf460e3a9740b8c1ec5a9a034262674514bbbdcac
tree66d9d6ebb2f24b07e39e4a0419396207c6ff96fc
parent050237e6b0bea0fafbf7d3d57e717c6fa1e4e819
ASoC: amd: acp-es8336: use static variables

Sparse warnings:

sound/soc/amd/acp-es8336.c:36:15: error: symbol 'codec_dev' was not
declared. Should it be static?

sound/soc/amd/acp-es8336.c:37:18: error: symbol 'gpio_pa' was not
declared. Should it be static?

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20220707214614.61081-1-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/acp-es8336.c