Skip to content

Commit b479952

Browse files
charleskeepaxbroonie
authored andcommitted
ASoC: wm8940: Correct typo in control name
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>
1 parent d05afb5 commit b479952

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/wm8940.c

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

0 commit comments

Comments
 (0)