OSDN Git Service

ASoC: wm8737: Fix copy-paste error in wm8737_snd_controls
authorYueHaibing <yuehaibing@huawei.com>
Thu, 15 Aug 2019 09:19:20 +0000 (17:19 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 15 Aug 2019 14:02:20 +0000 (15:02 +0100)
commit554b75bde64bcad9662530726d1483f7ef012069
tree4523a70046ec2e5efd4ae2a7ffe543fe1238203c
parent9b4275c415acca6264a3d7f1182589959c93d530
ASoC: wm8737: Fix copy-paste error in wm8737_snd_controls

sound/soc/codecs/wm8737.c:112:29: warning:
 high_3d defined but not used [-Wunused-const-variable=]

'high_3d' should be used for 3D High Cut-off.

Reported-by: Hulk Robot <hulkci@huawei.com>
Fixes: 2a9ae13a2641 ("ASoC: Add initial WM8737 driver")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20190815091920.64480-1-yuehaibing@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm8737.c