diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-05-18 12:04:07 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-05-18 12:11:10 +0300 |
commit | ecd63313706221bb049c06c52d3f9112d9b2a4fe (patch) | |
tree | ba92e9ae1112be92227b3ecbdc2860bacbe25543 /sound/soc/codecs | |
parent | e744619d056e6ec5cd9db38e55511a22dc463f89 (diff) | |
download | linux-ecd63313706221bb049c06c52d3f9112d9b2a4fe.tar.xz |
ASoC: wm8904: fix spelling mistake: "Caputure" -> "Capture"
Trivial fix to spelling mistake in SOC_ENUM literal string
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/wm8904.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8904.c b/sound/soc/codecs/wm8904.c index 20fdcae06c6b..f13ef334c0d7 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 */ |