diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-30 13:43:51 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-01 14:21:53 +0000 |
commit | 157a75e664f8c811c660de1d1b9abb16a1f72579 (patch) | |
tree | a012b78a4d4fe63db3dbf2a9032e7fb0c393f89c /sound/soc/codecs/wm8994.h | |
parent | 4585790d1cde32a5719c24412e9845e031358e08 (diff) | |
download | linux-157a75e664f8c811c660de1d1b9abb16a1f72579.tar.bz2 |
ASoC: Rename WM8994 detecting flag to mic_detecting
More specific and avoids confusion with a following change.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8994.h')
-rw-r--r-- | sound/soc/codecs/wm8994.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8994.h b/sound/soc/codecs/wm8994.h index 77e3d8c9eeb8..8622bc4db2fe 100644 --- a/sound/soc/codecs/wm8994.h +++ b/sound/soc/codecs/wm8994.h @@ -127,7 +127,7 @@ struct wm8994_priv { struct soc_enum enh_eq_enum; struct wm8994_micdet micdet[2]; - bool detecting; + bool mic_detecting; bool jack_mic; int btn_mask; |