ASoC: mt2701: remove unused variables
authorYueHaibing <yuehaibing@huawei.com>
Tue, 13 Aug 2019 14:38:11 +0000 (22:38 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 15 Aug 2019 14:03:39 +0000 (15:03 +0100)
commita9e792d006edbd33724f2eb858887d3b591d82c5
treed792181c944d151b56deb3c059dc8855e17a6e7e
parent0faf1237c60a3791d7ff32035d3097d3e022e68f
ASoC: mt2701: remove unused variables

sound/soc/mediatek/mt2701/mt2701-afe-pcm.c:799:38: warning:
 mt2701_afe_o23_mix defined but not used [-Wunused-const-variable=]
sound/soc/mediatek/mt2701/mt2701-afe-pcm.c:803:38: warning:
 mt2701_afe_o24_mix defined but not used [-Wunused-const-variable=]
sound/soc/mediatek/mt2701/mt2701-afe-pcm.c:835:38: warning:
 mt2701_afe_multi_ch_out_i2s4 defined but not used [-Wunused-const-variable=]

They are never used, so can be removed.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20190813143811.31456-1-yuehaibing@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/mediatek/mt2701/mt2701-afe-pcm.c