diff options
author | Antonio Ospite <ao2@ao2.it> | 2015-04-28 14:11:24 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-04-28 18:53:29 +0300 |
commit | 1a65864a8b443a1aa4b4225d9c4db9fca26c5661 (patch) | |
tree | d0fb6ce613f6009ab471599b906cd75dda8cddb1 /sound/soc/codecs/adau1977.c | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 (diff) | |
download | linux-1a65864a8b443a1aa4b4225d9c4db9fca26c5661.tar.xz |
ASoC: adau1977: fix typo s/Substraction/Subtraction/
Signed-off-by: Antonio Ospite <ao2@ao2.it>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/adau1977.c')
-rw-r--r-- | sound/soc/codecs/adau1977.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/adau1977.c b/sound/soc/codecs/adau1977.c index 7ad8e156e2df..dc8ad0840c9d 100644 --- a/sound/soc/codecs/adau1977.c +++ b/sound/soc/codecs/adau1977.c @@ -202,7 +202,7 @@ static const struct snd_soc_dapm_route adau1977_dapm_routes[] = { ADAU1977_REG_DC_HPF_CAL, (x) - 1, 1, 0) #define ADAU1977_DC_SUB_SWITCH(x) \ - SOC_SINGLE("ADC" #x " DC Substraction Capture Switch", \ + SOC_SINGLE("ADC" #x " DC Subtraction Capture Switch", \ ADAU1977_REG_DC_HPF_CAL, (x) + 3, 1, 0) static const struct snd_kcontrol_new adau1977_snd_controls[] = { |