]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: wm8741: Make function 'wm8741_mute' static
authorWei Yongjun <weiyongjun1@huawei.com>
Sat, 16 Feb 2019 01:35:56 +0000 (01:35 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 19 Feb 2019 11:42:49 +0000 (11:42 +0000)
commit8e65949e609b8e1868380d2199478d9dec30185b
tree65459f6af8219417c08722fb491be253325d7718
parentba44e8235a6616ad25acd7b4b5fb6174c0404015
ASoC: wm8741: Make function 'wm8741_mute' static

Fixes the following sparse warning:

sound/soc/codecs/wm8741.c:371:5: warning:
 symbol 'wm8741_mute' was not declared. Should it be static?

Fixes: c6c4441191b7 ("ASoC: wm8741: Add digital mute callback")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm8741.c