aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBrian Austin <brian.austin@cirrus.com>2013-11-13 17:05:40 -0500
committerMark Brown <broonie@linaro.org>2013-11-28 05:20:51 -0500
commita3d36bc2aba531328f7311ef57dec7687283ec57 (patch)
tree0c8a45cbb05c20f00b76a52266ecc31496077585 /include
parent7ae10ed2ee757f2ce19188e540eaa44f337c7cd2 (diff)
ASoC: cs42l52: Reorganize MICA/B Config and Select
This patch reworks the MICA an MICB config for single-ended or differential and the selection of which MIC for the single config Signed-off-by: Brian Austin <brian.austin@cirrus.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/sound/cs42l52.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/sound/cs42l52.h b/include/sound/cs42l52.h
index 7c2be4a51894..daa91f327e4f 100644
--- a/include/sound/cs42l52.h
+++ b/include/sound/cs42l52.h
@@ -22,12 +22,6 @@ struct cs42l52_platform_data {
22 /* MICB mode selection 0=Single 1=Differential */ 22 /* MICB mode selection 0=Single 1=Differential */
23 unsigned int micb_cfg; 23 unsigned int micb_cfg;
24 24
25 /* MICA Select 0=MIC1A 1=MIC2A */
26 unsigned int mica_sel;
27
28 /* MICB Select 0=MIC2A 1=MIC2B */
29 unsigned int micb_sel;
30
31 /* Charge Pump Freq. Check datasheet Pg73 */ 25 /* Charge Pump Freq. Check datasheet Pg73 */
32 unsigned int chgfreq; 26 unsigned int chgfreq;
33 27