diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2011-03-30 21:57:33 -0400 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2011-03-31 10:26:23 -0400 |
commit | 25985edcedea6396277003854657b5f3cb31a628 (patch) | |
tree | f026e810210a2ee7290caeb737c23cb6472b7c38 /sound/soc/codecs/wm8994.c | |
parent | 6aba74f2791287ec407e0f92487a725a25908067 (diff) |
Fix common misspellings
Fixes generated by 'codespell' and manually reviewed.
Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Diffstat (limited to 'sound/soc/codecs/wm8994.c')
-rw-r--r-- | sound/soc/codecs/wm8994.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index 3dc64c8b6a5c..3290333b2bb9 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c | |||
@@ -82,18 +82,18 @@ struct wm8994_priv { | |||
82 | 82 | ||
83 | int mbc_ena[3]; | 83 | int mbc_ena[3]; |
84 | 84 | ||
85 | /* Platform dependant DRC configuration */ | 85 | /* Platform dependent DRC configuration */ |
86 | const char **drc_texts; | 86 | const char **drc_texts; |
87 | int drc_cfg[WM8994_NUM_DRC]; | 87 | int drc_cfg[WM8994_NUM_DRC]; |
88 | struct soc_enum drc_enum; | 88 | struct soc_enum drc_enum; |
89 | 89 | ||
90 | /* Platform dependant ReTune mobile configuration */ | 90 | /* Platform dependent ReTune mobile configuration */ |
91 | int num_retune_mobile_texts; | 91 | int num_retune_mobile_texts; |
92 | const char **retune_mobile_texts; | 92 | const char **retune_mobile_texts; |
93 | int retune_mobile_cfg[WM8994_NUM_EQ]; | 93 | int retune_mobile_cfg[WM8994_NUM_EQ]; |
94 | struct soc_enum retune_mobile_enum; | 94 | struct soc_enum retune_mobile_enum; |
95 | 95 | ||
96 | /* Platform dependant MBC configuration */ | 96 | /* Platform dependent MBC configuration */ |
97 | int mbc_cfg; | 97 | int mbc_cfg; |
98 | const char **mbc_texts; | 98 | const char **mbc_texts; |
99 | struct soc_enum mbc_enum; | 99 | struct soc_enum mbc_enum; |