16 Jun
2021
16 Jun
'21
10:21 a.m.
On Tue, Jun 15, 2021 at 05:21:56PM +0000, Wei Yongjun wrote:
The sparse tool complains as follows:
sound/soc/codecs/hdmi-codec.c:750:25: warning: symbol 'hdmi_codec_controls' was not declared. Should it be static?
This symbol is not used outside of hdmi-codec.c, so marks it static.
Fixes: 366b45b97448 ("ASoC: hdmi-codec: Rework to support more controls") Reported-by: Hulk Robot hulkci@huawei.com Signed-off-by: Wei Yongjun weiyongjun1@huawei.com
Acked-by: Maxime Ripard maxime@cerno.tech
Thanks! Maxime