Skip to content

Commit 7ed74f2

Browse files
charleskeepaxgregkh
authored andcommitted
ASoC: wm8940: Correct typo in control name
[ Upstream commit b479952 ] Fixes: 0b5e92c ("ASoC WM8940 Driver") Reported-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Tested-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Link: https://patch.msgid.link/20250821082639.1301453-3-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 07471df commit 7ed74f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/wm8940.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ static const struct snd_kcontrol_new wm8940_snd_controls[] = {
218218
SOC_SINGLE_TLV("Digital Capture Volume", WM8940_ADCVOL,
219219
0, 255, 0, wm8940_adc_tlv),
220220
SOC_ENUM("Mic Bias Level", wm8940_mic_bias_level_enum),
221-
SOC_SINGLE_TLV("Capture Boost Volue", WM8940_ADCBOOST,
221+
SOC_SINGLE_TLV("Capture Boost Volume", WM8940_ADCBOOST,
222222
8, 1, 0, wm8940_capture_boost_vol_tlv),
223223
SOC_SINGLE_TLV("Speaker Playback Volume", WM8940_SPKVOL,
224224
0, 63, 0, wm8940_spk_vol_tlv),

0 commit comments

Comments
 (0)