ASoC: hdmi-codec: make hdmi_codec_controls static
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Wed, 16 Jun 2021 05:55:41 +0000 (13:55 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 16 Jun 2021 14:41:14 +0000 (15:41 +0100)
commite99d7c69fd4c18e7319f8aab8e252b12130796bf
tree2be25c788b6d9c00fd15a73366984c6bd471fb73
parent83bd5c53ebf6f2f7b8b0b7db4c038ad7a5a5448a
ASoC: hdmi-codec: make hdmi_codec_controls static

This symbol is not used outside of hdmi-codec.c, so marks it static.

Fix the following sparse warning:

sound/soc/codecs/hdmi-codec.c:750:25: warning: symbol
'hdmi_codec_controls' was not declared. Should it be static?

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/1623822941-3077-1-git-send-email-jiapeng.chong@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/hdmi-codec.c