]> asedeno.scripts.mit.edu Git - linux.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)
commit76a60f312f64dc48450b15a7f167b46e6230e4d1
tree65459f6af8219417c08722fb491be253325d7718
parent8fa857da9744f513036df1c43ab57f338941ae7d
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: 36b1599340b5 ("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