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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Jan 2020 09:21:47 +0000 (10:21 +0100)
commit2a5af07ab0448cf5005d81e288664d3d2ea8c122
treec54b52eb216c19d45d4a7621e1e8aeefe0851b25
parent0ea7bee3f327d1e2b777a50bda774440bf6aa63e
ASoC: wm8737: Fix copy-paste error in wm8737_snd_controls

[ Upstream commit 554b75bde64bcad9662530726d1483f7ef012069 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/soc/codecs/wm8737.c