diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-09-23 00:47:58 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-09-23 00:47:58 +0200 |
commit | 2ef39e606bb43d6041b6d820e2a9156110a82d21 (patch) | |
tree | 7c4cb8bd147d962344d357569172dfbe35f098a6 /include | |
parent | ASoC: wm2000: Add regulator support (diff) | |
parent | Documentation: Define the MSP Driver Device Tree bindings (diff) | |
download | linux-2ef39e606bb43d6041b6d820e2a9156110a82d21.tar.xz linux-2ef39e606bb43d6041b6d820e2a9156110a82d21.zip |
Merge remote-tracking branch 'asoc/topic/ux500' into for-3.7
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/abx500/ab8500-codec.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/mfd/abx500/ab8500-codec.h b/include/linux/mfd/abx500/ab8500-codec.h index dc6529202cdd..d7079413def0 100644 --- a/include/linux/mfd/abx500/ab8500-codec.h +++ b/include/linux/mfd/abx500/ab8500-codec.h @@ -23,7 +23,8 @@ enum amic_type { /* Mic-biases */ enum amic_micbias { AMIC_MICBIAS_VAMIC1, - AMIC_MICBIAS_VAMIC2 + AMIC_MICBIAS_VAMIC2, + AMIC_MICBIAS_UNKNOWN }; /* Bias-voltage */ @@ -31,7 +32,8 @@ enum ear_cm_voltage { EAR_CMV_0_95V, EAR_CMV_1_10V, EAR_CMV_1_27V, - EAR_CMV_1_58V + EAR_CMV_1_58V, + EAR_CMV_UNKNOWN }; /* Analog microphone settings */ |