From: Colin Ian King Date: Fri, 18 May 2018 09:04:07 +0000 (+0100) Subject: ASoC: wm8904: fix spelling mistake: "Caputure" -> "Capture" X-Git-Tag: v4.18-rc1~127^2^2~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ecd63313706221bb049c06c52d3f9112d9b2a4fe;p=thirdparty%2Flinux.git ASoC: wm8904: fix spelling mistake: "Caputure" -> "Capture" Trivial fix to spelling mistake in SOC_ENUM literal string Signed-off-by: Colin Ian King Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm8904.c b/sound/soc/codecs/wm8904.c index 20fdcae06c6b1..f13ef334c0d72 100644 --- a/sound/soc/codecs/wm8904.c +++ b/sound/soc/codecs/wm8904.c @@ -596,7 +596,7 @@ static const struct snd_kcontrol_new wm8904_adc_snd_controls[] = { SOC_DOUBLE_R_TLV("Digital Capture Volume", WM8904_ADC_DIGITAL_VOLUME_LEFT, WM8904_ADC_DIGITAL_VOLUME_RIGHT, 1, 119, 0, digital_tlv), -SOC_ENUM("Left Caputure Mode", lin_mode), +SOC_ENUM("Left Capture Mode", lin_mode), SOC_ENUM("Right Capture Mode", rin_mode), /* No TLV since it depends on mode */